gitea/.gitignore

48 lines
497 B
Plaintext
Raw Normal View History

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
2016-11-04 13:41:28 +01: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
coverage.out
/modules/options/bindata.go
/modules/public/bindata.go
/modules/templates/bindata.go
2014-04-10 20:20:58 +02:00
*.db
*.log
2016-11-04 13:41:28 +01:00
2016-11-07 16:09:42 +01:00
/gitea
2016-11-04 23:21:28 +01:00
/bin
/dist
2016-11-04 13:41:28 +01:00
/custom
/data
2017-01-25 03:43:02 +01:00
/indexers
2016-11-04 23:21:28 +01:00
/log
2016-11-04 13:41:28 +01:00
/public/img/avatar
/integrations/gitea-integration*