diff --git a/.gitignore b/.gitignore index b65f5da..0d97869 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,6 @@ .idea - __pycache__ -logs - TMP USERS TOPIC diff --git a/logs/.gitignore b/logs/.gitignore new file mode 100644 index 0000000..0240bae --- /dev/null +++ b/logs/.gitignore @@ -0,0 +1,6 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore +# Except folders +!*/ \ No newline at end of file