gitea/.gitignore

37 lines
348 B
Plaintext
Raw Normal View History

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