This commit is contained in:
inhosin 2019-09-07 11:26:37 +03:00
parent 6fe2b80a3d
commit cd9ec0c774
3 changed files with 56 additions and 0 deletions

17
.gitignore vendored
View file

@ -12,3 +12,20 @@
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
build
tmp
*.ini
*.db
.env
.env.dev
.idea/
*.orig
go.sum
bin/*
*.pem
*.crt
*.key
tests/db
# vendor dir
vendor/