Skip to content

Commit

Permalink
chore: Update .gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
SISheogorath committed Dec 22, 2021
1 parent 0af8f2b commit 15e98cc
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,30 @@
.idea/
test/.npmrc
test/Chart.yaml


# Created by https://www.toptal.com/developers/gitignore/api/go
# Edit at https://www.toptal.com/developers/gitignore?templates=go

### Go ###
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Dependency directories (remove the comment below to include it)
# vendor/

### Go Patch ###
/vendor/
/Godeps/

# End of https://www.toptal.com/developers/gitignore/api/go

0 comments on commit 15e98cc

Please sign in to comment.