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