gitea/.gitignore

36 lines
353 B
Plaintext
Raw Normal View History

2014-02-15 01:20:57 +11:00
.DS_Store
*.db
2014-03-11 14:03:17 +11:00
*.log
2014-03-14 15:19:07 +11:00
custom/
2014-03-22 23:49:53 +11:00
data/
2014-03-20 22:50:26 +11:00
.vendor/
.idea/
2014-03-24 01:58:50 +11:00
*.iml
public/img/avatar/
2014-03-25 01:28:20 +11: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-31 16:30:32 +11:00
*.exe
*.exe~
gogs
__pycache__