code.gitea.io/gitea@v1.21.7/.gitignore (about) 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 *.cgo1.go 20 *.cgo2.c 21 _cgo_defun.c 22 _cgo_gotypes.go 23 _cgo_export.* 24 25 _testmain.go 26 27 *.exe 28 *.test 29 *.prof 30 31 *coverage.out 32 coverage.all 33 cpu.out 34 35 /modules/migration/bindata.go 36 /modules/migration/bindata.go.hash 37 /modules/options/bindata.go 38 /modules/options/bindata.go.hash 39 /modules/public/bindata.go 40 /modules/public/bindata.go.hash 41 /modules/templates/bindata.go 42 /modules/templates/bindata.go.hash 43 44 *.db 45 *.log 46 *.log.*.gz 47 48 /gitea 49 /gitea-vet 50 /debug 51 /integrations.test 52 53 /bin 54 /dist 55 /custom/* 56 !/custom/conf/app.example.ini 57 /data 58 /indexers 59 /log 60 /public/img/avatar 61 /tests/integration/gitea-integration-* 62 /tests/integration/indexers-* 63 /tests/e2e/gitea-e2e-* 64 /tests/e2e/indexers-* 65 /tests/e2e/reports 66 /tests/e2e/test-artifacts 67 /tests/e2e/test-snapshots 68 /tests/*.ini 69 /tests/**/*.git/**/*.sample 70 /node_modules 71 /.venv 72 /yarn.lock 73 /yarn-error.log 74 /npm-debug.log* 75 /public/assets/js 76 /public/assets/css 77 /public/assets/fonts 78 /public/assets/licenses.txt 79 /public/assets/img/webpack 80 /vendor 81 /web_src/fomantic/node_modules 82 /web_src/fomantic/build/* 83 !/web_src/fomantic/build/semantic.js 84 !/web_src/fomantic/build/semantic.css 85 !/web_src/fomantic/build/themes 86 /web_src/fomantic/build/themes/* 87 !/web_src/fomantic/build/themes/default 88 /web_src/fomantic/build/themes/default/assets/* 89 !/web_src/fomantic/build/themes/default/assets/fonts 90 /web_src/fomantic/build/themes/default/assets/fonts/* 91 !/web_src/fomantic/build/themes/default/assets/fonts/icons.woff2 92 !/web_src/fomantic/build/themes/default/assets/fonts/outline-icons.woff2 93 /VERSION 94 /.air 95 /.go-licenses 96 97 # Snapcraft 98 /gitea_a*.txt 99 snap/.snapcraft/ 100 parts/ 101 stage/ 102 prime/ 103 *.snap 104 *.snap-build 105 *_source.tar.bz2 106 .DS_Store 107 108 # Make evidence files 109 /.make_evidence 110 111 # Manpage 112 /man