From f1cd401b3be80df7b80b02aa1e46b55844f41264 Mon Sep 17 00:00:00 2001 From: michael-grace Date: Tue, 10 Nov 2020 18:45:54 +0000 Subject: [PATCH] keep the folders to keep windows happy --- .gitignore | 3 --- logs/.gitignore | 1 + state/.gitignore | 1 + 3 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 logs/.gitignore create mode 100644 state/.gitignore diff --git a/.gitignore b/.gitignore index b68e97c..d7ee597 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,6 @@ __pycache__/ -state/* *.egg-info/ @@ -31,8 +30,6 @@ dev/welcome.mp3 build/build-exe-pyinstaller-command.sh -logs/* - *.mp3 *.oga diff --git a/logs/.gitignore b/logs/.gitignore new file mode 100644 index 0000000..bf0824e --- /dev/null +++ b/logs/.gitignore @@ -0,0 +1 @@ +*.log \ No newline at end of file diff --git a/state/.gitignore b/state/.gitignore new file mode 100644 index 0000000..94a2dd1 --- /dev/null +++ b/state/.gitignore @@ -0,0 +1 @@ +*.json \ No newline at end of file