Skip to content

Commit 9d475b6

Browse files
committed
fix ignore
1 parent ea89179 commit 9d475b6

File tree

1 file changed

+12
-16
lines changed

1 file changed

+12
-16
lines changed

.gitignore

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,21 @@
1-
# If you prefer the allow list template instead of the deny list, see community template:
2-
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
3-
#
4-
# Binaries for programs and plugins
51
*.exe
62
*.exe~
73
*.dll
84
*.so
95
*.dylib
10-
11-
# Test binary, built with `go test -c`
6+
*.db
7+
*.db-journal
8+
*.mmdb
129
*.test
13-
14-
# Output of the go coverage tool, specifically when used with LiteIDE
1510
*.out
1611

17-
# Dependency directories (remove the comment below to include it)
18-
# vendor/
19-
20-
# Go workspace file
21-
go.work
22-
go.work.sum
23-
.tools/
2412
.idea/
25-
.vscode/
13+
.vscode/
14+
.tools/
15+
16+
coverage.txt
17+
coverage.out
18+
19+
bin/
20+
vendor/
21+
build/

0 commit comments

Comments
 (0)