Added standard gitignore
This commit is contained in:
Родитель
20a3ad12bf
Коммит
45a227365e
|
@ -1,13 +1,37 @@
|
|||
lgtm
|
||||
*.sqlite
|
||||
*.db
|
||||
*.txt
|
||||
*_gen.go
|
||||
*.out
|
||||
.DS_Store
|
||||
.env
|
||||
bindata.go
|
||||
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
||||
*.o
|
||||
*.a
|
||||
*.so
|
||||
|
||||
web/react/node_modules
|
||||
web/static/files/script.js
|
||||
#web/static/files/*.css
|
||||
# Folders
|
||||
_obj
|
||||
_test
|
||||
|
||||
# IntelliJ
|
||||
.idea
|
||||
|
||||
# Architecture specific extensions/prefixes
|
||||
*.[568vq]
|
||||
[568vq].out
|
||||
|
||||
*.cgo1.go
|
||||
*.cgo2.c
|
||||
_cgo_defun.c
|
||||
_cgo_gotypes.go
|
||||
_cgo_export.*
|
||||
|
||||
_testmain.go
|
||||
|
||||
*.exe
|
||||
*.test
|
||||
*.prof
|
||||
|
||||
coverage.out
|
||||
|
||||
*.db
|
||||
*.log
|
||||
|
||||
/lgtm
|
||||
|
||||
/bin
|
||||
/dist
|
||||
|
|
Загрузка…
Ссылка в новой задаче