gitea/.gitignore

36 lines
347 B
Plaintext
Raw Normal View History

2014-02-12 10:49:46 -07:00
gogs
*.exe
*.exe~
2014-02-14 07:20:57 -07:00
.DS_Store
*.db
2014-03-10 21:03:17 -06:00
*.log
2014-03-13 22:19:07 -06:00
custom/
2014-03-22 06:49:53 -06:00
data/
2014-03-20 05:50:26 -06:00
.vendor/
.idea/
2014-03-23 08:58:50 -06:00
*.iml
public/img/avatar/
2014-03-24 08:28:20 -06: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-25 03:17:34 -06:00
*.exe