Skip to content

Commit b5813cc

Browse files
committed
🙈 add .gitignore
1 parent 5c6dd3c commit b5813cc

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.gitignore

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Binaries for programs and plugins
2+
*.exe
3+
*.exe~
4+
*.dll
5+
*.so
6+
*.dylib
7+
8+
# Binary output
9+
zut
10+
zut-*
11+
12+
# Test binary, built with `go test -c`
13+
*.test
14+
15+
# Output of the go coverage tool
16+
*.out
17+
coverage.html
18+
19+
# Go workspace file
20+
go.work
21+
22+
# IDE
23+
.idea/
24+
.vscode/
25+
*.swp
26+
*.swo
27+
*~
28+
29+
# OS
30+
.DS_Store
31+
Thumbs.db
32+
33+
# Local config
34+
.env

0 commit comments

Comments
 (0)