loading up the forgejo repo on tangled to test page performance
at forgejo 2.0 kB view raw
1# Compiled Object files, Static and Dynamic libs (Shared Objects) 2*.o 3*.a 4*.so 5 6# Folders 7_obj 8_test 9 10# IntelliJ 11.idea 12# Goland's output filename can not be set manually 13/go_build_* 14 15# MS VSCode 16.vscode 17__debug_bin* 18 19# Architecture specific extensions/prefixes 20*.[568vq] 21[568vq].out 22 23*.cgo1.go 24*.cgo2.c 25_cgo_defun.c 26_cgo_gotypes.go 27_cgo_export.* 28 29_testmain.go 30 31*.exe 32*.test 33*.prof 34 35*coverage.out 36coverage.all 37coverage/ 38cpu.out 39 40/modules/migration/bindata.go 41/modules/migration/bindata.go.hash 42/modules/options/bindata.go 43/modules/options/bindata.go.hash 44/modules/public/bindata.go 45/modules/public/bindata.go.hash 46/modules/templates/bindata.go 47/modules/templates/bindata.go.hash 48 49*.db 50*.log 51 52/gitea 53/gitea-vet 54/debug 55/integrations.test 56 57/bin 58/dist 59/custom/* 60!/custom/conf 61/custom/conf/* 62!/custom/conf/app.example.ini 63/data 64/indexers 65/log 66/tests/integration/gitea-integration-* 67/tests/integration/indexers-* 68/tests/e2e/gitea-e2e-* 69/tests/e2e/indexers-* 70/tests/e2e/reports 71/tests/e2e/test-artifacts 72/tests/e2e/test-snapshots 73/tests/*.ini 74/yarn.lock 75/yarn-error.log 76/npm-debug.log* 77/public/assets/js 78/public/assets/css 79/public/assets/fonts 80/public/assets/img/avatar 81/vendor 82/web_src/fomantic/node_modules 83/web_src/fomantic/build/* 84!/web_src/fomantic/build/semantic.js 85!/web_src/fomantic/build/semantic.css 86!/web_src/fomantic/build/themes 87/web_src/fomantic/build/themes/* 88!/web_src/fomantic/build/themes/default 89/web_src/fomantic/build/themes/default/assets/* 90!/web_src/fomantic/build/themes/default/assets/fonts 91/web_src/fomantic/build/themes/default/assets/fonts/* 92!/web_src/fomantic/build/themes/default/assets/fonts/icons.woff2 93!/web_src/fomantic/build/themes/default/assets/fonts/outline-icons.woff2 94/VERSION 95/.air 96/.go-licenses 97 98# Files and folders that were previously generated 99/public/assets/img/webpack 100 101# Snapcraft 102snap/.snapcraft/ 103parts/ 104stage/ 105prime/ 106*.snap 107*.snap-build 108*_source.tar.bz2 109.DS_Store 110 111# Make evidence files 112/.make_evidence 113 114# Manpage 115/man