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