Skip to content

Commit

Permalink
chore(gitignore): add initial .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
gabor-boros committed Oct 8, 2021
1 parent d25eab8 commit 47e5b92
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .gitignore
@@ -0,0 +1,27 @@
# Editor
.idea/
.vscode/

# 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

# Coverage reports
.coverage
coverage.html

# Build directory
bin/
dist/

# Misc
.DS_Store

0 comments on commit 47e5b92

Please sign in to comment.