Skip to content

Commit 0f24b1f

Browse files
committed
fix: initial commit
0 parents  commit 0f24b1f

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+
# Binaries for programs and plugins
2+
*.exe
3+
*.exe~
4+
*.dll
5+
*.so
6+
*.dylib
7+
8+
# Test binary, build with `go test -c`
9+
*.test
10+
11+
# Output of the go coverage tool, specifically when used with LiteIDE
12+
*.out
13+
14+
.DS_Store
15+
16+
bin/
17+
dist/
18+
19+
*.key
20+
*.crt
21+
22+
vendor/
23+
24+
# IDEs
25+
.vscode

0 commit comments

Comments
 (0)