From fff5d85aa627d675436f2476e86c2066c1b44f5e Mon Sep 17 00:00:00 2001 From: joeyak Date: Sun, 10 Mar 2019 14:11:02 -0400 Subject: [PATCH] updating .gitignore files Added default golang ignores to main /static/emotes/.gitingore to keep an empty folder while ignore emotes --- .gitignore | 16 ++++++++++++++-- static/emotes/.gitignore | 3 +++ 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 static/emotes/.gitignore 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