Ivan Chavero
2019-11-06 a379a37b54967ee929ed151dbb4ebfdb047005c4
Add gitignore file
1 files added
40 ■■■■■ changed files
.gitignore 40 ●●●●● patch | view | raw | blame | history
.gitignore
New file
@@ -0,0 +1,40 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
vendor/
**/*.log
**/*.sqlite
.idea/
bin/
tmp/
node_modules/
.sass-cache/
*-packr.go
public/assets/
.grifter/
.env
*.swp
*.swo
vendor/
**/*.log
**/*.sqlite
.idea/
bin/
tmp/
node_modules/
.sass-cache/
*-packr.go
public/assets/
.vscode/
.grifter/
.env