diff --git a/.gitignore b/.gitignore index b69ce72..98d894b 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/static/emotes/.gitignore b/static/emotes/.gitignore new file mode 100644 index 0000000..127e8c5 --- /dev/null +++ b/static/emotes/.gitignore @@ -0,0 +1,3 @@ +# No images allowed, but keep the folder +*.gif +*.png