Updated .gitignore
This commit is contained in:
parent
dfeef01927
commit
9b7c3a2010
1 changed files with 5 additions and 1 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -9,4 +9,8 @@
|
||||||
*.test
|
*.test
|
||||||
|
|
||||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||||
*.out
|
*.out
|
||||||
|
|
||||||
|
|
||||||
|
# GoLand IDE files
|
||||||
|
.idea/
|
||||||
Reference in a new issue