Skip to content

Commit

Permalink
chore: update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
maier committed Dec 5, 2023
1 parent 079198e commit 2b4a011
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
# MacOS
.DS_Store
env.sh
NOTES.md

.vscode/
# Vagrant
.vagrant*/

vendor/
# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib

examples/go.*
# Test binary, build with `go test -c`
*.test

# Output of the go coverage tool
*.out

# vendored packages
vendor*/

# goreleaser
dist/

.envrc

0 comments on commit 2b4a011

Please sign in to comment.