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