Skip to content

Commit 2d5a57c

Browse files
committed
add git ignore
1 parent 37e2058 commit 2d5a57c

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

.gitignore

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
2+
3+
# Binaries for programs and plugins
4+
*.exe
5+
*.exe~
6+
*.dll
7+
*.so
8+
*.dylib
9+
bin/
10+
Dockerfile.cross
11+
12+
# Test binary, build with `go test -c`
13+
*.test
14+
15+
# Output of the go coverage tool, specifically when used with LiteIDE
16+
*.out
17+
18+
# Kubernetes Generated files - skip generated files, except for vendored files
19+
20+
!vendor/**/zz_generated.*
21+
22+
# editor and IDE paraphernalia
23+
.idea
24+
.vscode
25+
*.swp
26+
*.swo
27+
*~
28+
29+
tmp/
30+
go.work*
31+
components/
32+
!**/components/
33+
/**/cover.html
34+
/**/cover.*.html
35+
36+
*.tmp
37+
.task/

0 commit comments

Comments
 (0)