Skip to content

Commit 206a84b

Browse files
committed
Ignore more files
1 parent 01f40bf commit 206a84b

File tree

1 file changed

+22
-5
lines changed

1 file changed

+22
-5
lines changed

.gitignore

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,31 @@
55
*.so
66
*.dylib
77

8-
# Test binary, built with `go test -c`
8+
# Test binary, build with `go test -c`
99
*.test
1010

1111
# Output of the go coverage tool, specifically when used with LiteIDE
1212
*.out
1313

14-
# Dependency directories (remove the comment below to include it)
15-
# vendor/
14+
# OS files
15+
*.db
16+
*.DS_Store
1617

17-
# JetBeans
18-
.idea
18+
# Jetbrains
19+
.idea/
20+
21+
# Eclipse
22+
.project
23+
24+
# Notes
25+
todo.md
26+
paymail-notes.md
27+
28+
# Releases
29+
*.tar.gz
30+
31+
# Generated binaries
32+
dist
33+
34+
# Converage
35+
coverage.txt

0 commit comments

Comments
 (0)