Updated .gitignore
This commit is contained in:
parent
dfeef01927
commit
9b7c3a2010
1 changed files with 5 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -10,3 +10,7 @@
|
||||||
|
|
||||||
# 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