From a1cf0527a16ac6d1db1c626ea5ba9ad21a04cdc4 Mon Sep 17 00:00:00 2001 From: anhv Date: Sun, 7 Jul 2019 14:40:19 +0700 Subject: [PATCH] add logs folder --- .gitignore | 3 --- logs/.gitignore | 6 ++++++ 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 logs/.gitignore 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