This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 5ba2cbe Ensure logs/archive is created
5ba2cbe is described below
commit 5ba2cbeb0b8940b362e285c1952f2a79d6672f1c
Author: Sebb <[email protected]>
AuthorDate: Sun Dec 1 18:31:56 2019 +0000
Ensure logs/archive is created
---
www/logs/.gitignore | 7 +++++++
www/logs/archive/.gitignore | 4 ++++
2 files changed, 11 insertions(+)
diff --git a/www/logs/.gitignore b/www/logs/.gitignore
new file mode 100644
index 0000000..d63f4dc
--- /dev/null
+++ b/www/logs/.gitignore
@@ -0,0 +1,7 @@
+# Do not remove this file; it ensures the directory is created
+
+# ignore local logs (no extensions)
+*.
+
+# But ensure we keep this
+!.gitignore
diff --git a/www/logs/archive/.gitignore b/www/logs/archive/.gitignore
new file mode 100644
index 0000000..56c81d3
--- /dev/null
+++ b/www/logs/archive/.gitignore
@@ -0,0 +1,4 @@
+# Do not remove this file; it ensures the directory is created
+
+# ignore archive logs (these have extensions)
+*.*