updating .gitignore files

Added default golang ignores to main
/static/emotes/.gitingore to keep an empty folder while ignore emotes
This commit is contained in:
joeyak 2019-03-10 14:11:02 -04:00
parent df6b6da044
commit fff5d85aa6
2 changed files with 17 additions and 2 deletions

16
.gitignore vendored
View File

@ -1,9 +1,21 @@
*.gif
*.png
# 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
# Linux binary
MovieNight
# Twitch channel info
static/subscriber.json
# vscode
.vscode

3
static/emotes/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
# No images allowed, but keep the folder
*.gif
*.png