Add .gitignore

This commit is contained in:
Zach Wasserman 2021-01-12 19:04:05 -08:00
parent 501e404f5e
commit 45978084da

17
.gitignore vendored Normal file
View file

@ -0,0 +1,17 @@
.DS_Store
.idea
*.log
tmp/
# 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