init
This commit is contained in:
parent
6fe2b80a3d
commit
cd9ec0c774
3 changed files with 56 additions and 0 deletions
17
.gitignore
vendored
17
.gitignore
vendored
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue