Skip to content

Commit

Permalink
chore: add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
maier committed Dec 5, 2023
1 parent 1860cd4 commit 07018c8
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# MacOS
.DS_Store

# Vagrant
.vagrant*/

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

# 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 07018c8

Please sign in to comment.