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