From 9b3524e80a49d377e467d4b512b0ee684962ab43 Mon Sep 17 00:00:00 2001 From: Anselmo Rossiello Date: Wed, 21 Aug 2019 14:39:21 -0700 Subject: [PATCH] Adding the log folder to only be included without the log files --- .gitignore | 1 - app/backend/logs/.gitignore | 7 +++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 app/backend/logs/.gitignore diff --git a/.gitignore b/.gitignore index 079ae29..334b99a 100644 --- a/.gitignore +++ b/.gitignore @@ -34,7 +34,6 @@ MANIFEST # Installer logs pip-log.txt pip-delete-this-directory.txt -logs/ # Unit test / coverage reports htmlcov/ diff --git a/app/backend/logs/.gitignore b/app/backend/logs/.gitignore new file mode 100644 index 0000000..9d28355 --- /dev/null +++ b/app/backend/logs/.gitignore @@ -0,0 +1,7 @@ +# ignore all files in this dir... +* + +# folder only is required in order for the python server to run successfully as the settings.py file needs it to exist to create the log files + +# ... except for this one. +!.gitignore \ No newline at end of file