Updated .gitignore
This commit is contained in:
parent
c653e17033
commit
90659dd8a4
1 changed files with 4 additions and 3 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -11,10 +11,11 @@
|
||||||
# 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
|
# GoLand IDE files
|
||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
|
|
||||||
#Logs folder
|
#Logs folder
|
||||||
logs/
|
logs/
|
||||||
|
|
||||||
|
#Data Stuffs
|
||||||
|
data/
|
||||||
Reference in a new issue