2023-08-22 09:20:40 +03:00
# Emacs
*~
2016-11-04 15:41:28 +03:00
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
_obj
_test
2016-11-10 12:01:44 +03:00
# IntelliJ
.idea
2021-10-15 05:35:26 +03:00
# Goland's output filename can not be set manually
/go_build_*
2024-01-10 14:03:23 +03:00
/gitea_*
2016-11-10 12:01:44 +03:00
2017-09-12 15:27:44 +03:00
# MS VSCode
.vscode
2019-10-30 17:39:35 +03:00
__debug_bin
2017-09-12 15:27:44 +03:00
2016-11-04 15:41:28 +03:00
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
2023-11-27 14:52:39 +03:00
# folder for project related local files
/local/
2016-11-04 15:41:28 +03:00
*.exe
*.test
*.prof
2017-06-15 12:38:33 +03:00
*coverage.out
2017-09-13 15:57:55 +03:00
coverage.all
2021-04-16 21:30:16 +03:00
cpu.out
2016-11-04 15:41:28 +03:00
2022-01-26 12:45:51 +03:00
/modules/migration/bindata.go
/modules/migration/bindata.go.hash
2016-12-22 21:12:23 +03:00
/modules/options/bindata.go
2020-01-27 04:05:38 +03:00
/modules/options/bindata.go.hash
2016-11-29 19:26:36 +03:00
/modules/public/bindata.go
2020-01-27 04:05:38 +03:00
/modules/public/bindata.go.hash
2016-12-06 20:58:31 +03:00
/modules/templates/bindata.go
2020-01-27 04:05:38 +03:00
/modules/templates/bindata.go.hash
2016-11-29 19:26:36 +03:00
2014-04-10 22:20:58 +04:00
*.db
*.log
2023-05-31 12:07:51 +03:00
*.log.*.gz
2016-11-04 15:41:28 +03:00
2016-11-07 18:09:42 +03:00
/gitea
2020-04-05 09:20:50 +03:00
/gitea-vet
2017-09-12 15:27:44 +03:00
/debug
2017-04-28 16:23:28 +03:00
/integrations.test
2016-11-07 18:09:42 +03:00
2016-11-05 01:21:28 +03:00
/bin
/dist
2020-02-23 17:34:53 +03:00
/custom/*
2020-06-18 06:16:59 +03:00
!/custom/conf/app.example.ini
2016-11-04 15:41:28 +03:00
/data
2017-01-25 05:43:02 +03:00
/indexers
2016-11-05 01:21:28 +03:00
/log
2016-11-04 15:41:28 +03:00
/public/img/avatar
2022-09-02 22:18:23 +03:00
/tests/integration/gitea-integration-*
/tests/integration/indexers-*
/tests/e2e/gitea-e2e-*
/tests/e2e/indexers-*
/tests/e2e/reports
/tests/e2e/test-artifacts
/tests/e2e/test-snapshots
/tests/*.ini
2023-04-22 15:29:29 +03:00
/tests/**/*.git/**/*.sample
2017-09-21 06:35:11 +03:00
/node_modules
2023-06-14 21:17:58 +03:00
/.venv
2019-05-16 22:33:54 +03:00
/yarn.lock
2021-05-13 18:12:36 +03:00
/yarn-error.log
/npm-debug.log*
2023-07-18 19:06:43 +03:00
/public/assets/js
/public/assets/css
/public/assets/fonts
2023-09-01 17:42:33 +03:00
/public/assets/licenses.txt
2023-07-18 19:06:43 +03:00
/public/assets/img/webpack
2022-01-15 02:16:05 +03:00
/vendor
2021-04-02 03:11:04 +03:00
/web_src/fomantic/node_modules
2020-10-28 02:44:06 +03:00
/web_src/fomantic/build/*
!/web_src/fomantic/build/semantic.js
!/web_src/fomantic/build/semantic.css
!/web_src/fomantic/build/themes
/web_src/fomantic/build/themes/*
!/web_src/fomantic/build/themes/default
/web_src/fomantic/build/themes/default/assets/*
!/web_src/fomantic/build/themes/default/assets/fonts
/web_src/fomantic/build/themes/default/assets/fonts/*
!/web_src/fomantic/build/themes/default/assets/fonts/icons.woff2
!/web_src/fomantic/build/themes/default/assets/fonts/outline-icons.woff2
2020-02-22 12:15:11 +03:00
/VERSION
2020-07-27 21:05:42 +03:00
/.air
2022-09-04 01:20:46 +03:00
/.go-licenses
2023-10-21 14:30:19 +03:00
/.cur-deadcode-out
2018-05-09 17:52:51 +03:00
# Snapcraft
2023-09-12 15:47:53 +03:00
/gitea_a*.txt
2018-05-09 17:52:51 +03:00
snap/.snapcraft/
parts/
stage/
prime/
*.snap
*.snap-build
*_source.tar.bz2
2019-12-05 06:41:38 +03:00
.DS_Store
2020-02-01 23:15:32 +03:00
# Make evidence files
/.make_evidence
2021-02-25 01:36:48 +03:00
# Manpage
/man