From 5eea2a49e243c43b093db97d9398b62423987af9 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Fri, 16 Jun 2017 13:49:22 +0200 Subject: [PATCH] Added logs directory to git --- .gitignore | 2 +- logs/.gitignore | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 logs/.gitignore diff --git a/.gitignore b/.gitignore index b9c14c7c..ed36dc13 100644 --- a/.gitignore +++ b/.gitignore @@ -47,4 +47,4 @@ debug /security # Log files -/logs \ No newline at end of file +*.log \ No newline at end of file diff --git a/logs/.gitignore b/logs/.gitignore new file mode 100644 index 00000000..c96a04f0 --- /dev/null +++ b/logs/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file