Skip to content

Commit 0e0b789

Browse files
committed
feat: add .gitignore
0 parents  commit 0e0b789

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.gitignore

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Created by .ignore support plugin (hsz.mobi)
2+
### Go template
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+
16+
17+
# Env file
18+
.env
19+
20+
# Pycharm
21+
.idea
22+
23+
# Mac
24+
.DS_store
25+
26+
/testdata

0 commit comments

Comments
 (0)