gitea/.gitignore

36 lines
353 B
Plaintext
Raw Normal View History

2014-02-14 07:20:57 -07:00
.DS_Store
*.db
2014-03-10 20:03:17 -07:00
*.log
2014-03-13 21:19:07 -07:00
custom/
2014-03-22 05:49:53 -07:00
data/
2014-03-20 04:50:26 -07:00
.vendor/
.idea/
2014-03-23 07:58:50 -07:00
*.iml
public/img/avatar/
2014-03-24 07:28:20 -07:00
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
_obj
_test
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
2014-03-30 22:30:32 -07:00
*.exe
*.exe~
gogs
__pycache__