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:
parent
df6b6da044
commit
fff5d85aa6
16
.gitignore
vendored
16
.gitignore
vendored
@ -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
3
static/emotes/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
# No images allowed, but keep the folder
|
||||
*.gif
|
||||
*.png
|
Loading…
Reference in New Issue
Block a user