bench-forgejo/.gitignore

37 lines
348 B
Plaintext
Raw Normal View History

2014-02-12 23:19:46 +05:30
gogs
*.exe
*.exe~
2014-02-14 19:50:57 +05:30
.DS_Store
*.db
2014-03-11 08:33:17 +05:30
*.log
2014-03-14 09:49:07 +05:30
custom/
2014-03-22 18:19:53 +05:30
data/
2014-03-20 17:20:26 +05:30
.vendor/
.idea/
2014-03-23 20:28:50 +05:30
*.iml
public/img/avatar/
2014-03-24 19:58:20 +05:30
# 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 14:47:34 +05:30
*.exe