code.gitea.io/gitea@v1.22.3/.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 /gitea_* 15 16 # MS VSCode 17 .vscode 18 __debug_bin* 19 20 *.cgo1.go 21 *.cgo2.c 22 _cgo_defun.c 23 _cgo_gotypes.go 24 _cgo_export.* 25 26 _testmain.go 27 28 *.exe 29 *.test 30 *.prof 31 32 *coverage.out 33 coverage.all 34 cpu.out 35 36 /modules/migration/bindata.go 37 /modules/migration/bindata.go.hash 38 /modules/options/bindata.go 39 /modules/options/bindata.go.hash 40 /modules/public/bindata.go 41 /modules/public/bindata.go.hash 42 /modules/templates/bindata.go 43 /modules/templates/bindata.go.hash 44 45 *.db 46 *.log 47 *.log.*.gz 48 49 /gitea 50 /gitea-vet 51 /debug 52 /integrations.test 53 54 /bin 55 /dist 56 /custom/* 57 !/custom/conf/app.example.ini 58 /data 59 /indexers 60 /log 61 /public/assets/img/avatar 62 /tests/integration/gitea-integration-* 63 /tests/integration/indexers-* 64 /tests/e2e/gitea-e2e-* 65 /tests/e2e/indexers-* 66 /tests/e2e/reports 67 /tests/e2e/test-artifacts 68 /tests/e2e/test-snapshots 69 /tests/*.ini 70 /tests/**/*.git/**/*.sample 71 /node_modules 72 /.venv 73 /yarn.lock 74 /yarn-error.log 75 /npm-debug.log* 76 /public/assets/js 77 /public/assets/css 78 /public/assets/fonts 79 /public/assets/licenses.txt 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 # Files and folders that were previously generated 98 /public/assets/img/webpack 99 100 # Snapcraft 101 /gitea_a*.txt 102 snap/.snapcraft/ 103 parts/ 104 stage/ 105 prime/ 106 *.snap 107 *.snap-build 108 *_source.tar.bz2 109 .DS_Store 110 111 # nix-direnv generated files 112 .direnv/ 113 114 # Make evidence files 115 /.make_evidence 116 117 # Manpage 118 /man