Skip to content

Commit 15e98cc

Browse files
committed
chore: Update .gitignore file
1 parent 0af8f2b commit 15e98cc

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

.gitignore

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,30 @@
11
.idea/
2-
test/.npmrc
2+
test/Chart.yaml
3+
4+
5+
# Created by https://www.toptal.com/developers/gitignore/api/go
6+
# Edit at https://www.toptal.com/developers/gitignore?templates=go
7+
8+
### Go ###
9+
# Binaries for programs and plugins
10+
*.exe
11+
*.exe~
12+
*.dll
13+
*.so
14+
*.dylib
15+
16+
# Test binary, built with `go test -c`
17+
*.test
18+
19+
# Output of the go coverage tool, specifically when used with LiteIDE
20+
*.out
21+
22+
# Dependency directories (remove the comment below to include it)
23+
# vendor/
24+
25+
### Go Patch ###
26+
/vendor/
27+
/Godeps/
28+
29+
# End of https://www.toptal.com/developers/gitignore/api/go
30+

0 commit comments

Comments
 (0)