mindoc/.gitignore

32 lines
328 B
Plaintext
Raw Normal View History

2017-04-19 13:37:47 +08: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
*.exe
mindoc
2021-03-27 00:34:01 +08:00
database
2017-04-19 13:37:47 +08:00
*.test
*.prof
2017-04-19 18:19:27 +08:00
.idea
.vscode
2017-05-03 14:22:05 +08:00
/conf/app.conf
/vendor
/runtime