Skip to content

Commit 9ebff05

Browse files
chore: add gitignore
Co-authored-by: Christopher Junk <[email protected]>
1 parent f775b5f commit 9ebff05

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.gitignore

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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
5+
*.exe
6+
*.exe~
7+
*.dll
8+
*.so
9+
*.dylib
10+
bin/*
11+
12+
# Test binary, built with `go test -c`
13+
*.test
14+
15+
# Output of the go coverage tool, specifically when used with LiteIDE
16+
cover*.html
17+
*.out
18+
19+
# Go workspace file
20+
go.work
21+
go.work.sum
22+
23+
tmp/
24+
.vscode/
25+
.idea

0 commit comments

Comments
 (0)