Skip to content

Commit a2d8b05

Browse files
HedingberOded Messer
authored and
Oded Messer
committed
Adding .gitignore (#15)
1 parent a1ab718 commit a2d8b05

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.gitignore

+15
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,17 @@
1+
.idea/
2+
3+
# Binaries for programs and plugins
4+
*.exe
5+
*.exe~
6+
*.dll
7+
*.so
8+
*.dylib
9+
10+
# Test binary, build with `go test -c`
11+
*.test
12+
13+
# Output of the go coverage tool, specifically when used with LiteIDE
14+
*.out
15+
116
# ignore all logs
217
log/

0 commit comments

Comments
 (0)