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
|
|
|
|
|
2017-09-12 12:27:44 +00:00
|
|
|
# MS VSCode
|
|
|
|
.vscode
|
2019-10-30 14:39:35 +00:00
|
|
|
__debug_bin
|
2017-09-12 12:27:44 +00:00
|
|
|
|
2016-11-04 12:41:28 +00:00
|
|
|
# Architecture specific extensions/prefixes
|
|
|
|
*.[568vq]
|
|
|
|
[568vq].out
|
|
|
|
|
|
|
|
*.cgo1.go
|
|
|
|
*.cgo2.c
|
|
|
|
_cgo_defun.c
|
|
|
|
_cgo_gotypes.go
|
|
|
|
_cgo_export.*
|
|
|
|
|
|
|
|
_testmain.go
|
|
|
|
|
|
|
|
*.exe
|
|
|
|
*.test
|
|
|
|
*.prof
|
|
|
|
|
2017-06-15 09:38:33 +00:00
|
|
|
*coverage.out
|
2017-09-13 12:57:55 +00:00
|
|
|
coverage.all
|
2016-11-04 12:41:28 +00:00
|
|
|
|
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
|
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/*
|
|
|
|
!/custom/conf
|
|
|
|
/custom/conf/*
|
|
|
|
!/custom/conf/app.ini.sample
|
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
|
2017-09-12 05:51:12 +00:00
|
|
|
/integrations/gitea-integration-mysql
|
2019-03-17 19:17:18 +00:00
|
|
|
/integrations/gitea-integration-mysql8
|
2017-09-12 05:51:12 +00:00
|
|
|
/integrations/gitea-integration-pgsql
|
|
|
|
/integrations/gitea-integration-sqlite
|
2018-12-12 01:01:41 +00:00
|
|
|
/integrations/gitea-integration-mssql
|
2017-09-16 20:16:21 +00:00
|
|
|
/integrations/indexers-mysql
|
2019-03-17 19:17:18 +00:00
|
|
|
/integrations/indexers-mysql8
|
2017-09-16 20:16:21 +00:00
|
|
|
/integrations/indexers-pgsql
|
|
|
|
/integrations/indexers-sqlite
|
2018-12-12 01:01:41 +00:00
|
|
|
/integrations/indexers-mssql
|
2020-04-19 11:17:02 +00:00
|
|
|
/integrations/sqlite.ini
|
2017-09-13 06:03:20 +00:00
|
|
|
/integrations/mysql.ini
|
2019-03-17 19:17:18 +00:00
|
|
|
/integrations/mysql8.ini
|
2017-09-13 06:03:20 +00:00
|
|
|
/integrations/pgsql.ini
|
2018-12-12 01:01:41 +00:00
|
|
|
/integrations/mssql.ini
|
2017-09-21 03:35:11 +00:00
|
|
|
/node_modules
|
2019-05-16 19:33:54 +00:00
|
|
|
/yarn.lock
|
2019-12-05 03:41:38 +00:00
|
|
|
/public/js
|
2020-05-23 13:58:58 +00:00
|
|
|
/public/serviceworker.js
|
2019-12-05 03:41:38 +00:00
|
|
|
/public/css
|
2020-05-14 16:06:01 +00:00
|
|
|
/public/fonts
|
2020-01-21 05:17:58 +00:00
|
|
|
/public/fomantic
|
2020-02-11 17:02:41 +00:00
|
|
|
/public/img/svg
|
2020-02-22 09:15:11 +00:00
|
|
|
/VERSION
|
2018-05-09 14:52:51 +00:00
|
|
|
|
|
|
|
# Snapcraft
|
|
|
|
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
|