Skip to content

Commit

Permalink
Add gitingore
Browse files Browse the repository at this point in the history
  • Loading branch information
ubogdan committed Oct 12, 2021
1 parent 28f404e commit f298ba3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib

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

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

.idea
vendor
.envrc

0 comments on commit f298ba3

Please sign in to comment.