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 e145ee4 Re-arrange .gitignore files so directories get created
e145ee4 is described below
commit e145ee4b5feeaa5703e7c8cda5d209e34e79fb8c
Author: Sebb <[email protected]>
AuthorDate: Sun Dec 1 11:43:30 2019 +0000
Re-arrange .gitignore files so directories get created
---
www/.gitignore | 1 -
www/board/.gitignore | 2 --
www/board/minutes/.gitignore | 3 +++
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/www/.gitignore b/www/.gitignore
index 3f8a6b7..b844b14 100644
--- a/www/.gitignore
+++ b/www/.gitignore
@@ -1,2 +1 @@
Gemfile.lock
-logs
diff --git a/www/board/.gitignore b/www/board/.gitignore
deleted file mode 100644
index 03abebb..0000000
--- a/www/board/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-# These are generated, but not committed
-minutes/
\ No newline at end of file
diff --git a/www/board/minutes/.gitignore b/www/board/minutes/.gitignore
new file mode 100644
index 0000000..bd54072
--- /dev/null
+++ b/www/board/minutes/.gitignore
@@ -0,0 +1,3 @@
+# Do not delete this file; it ensures the directory is created on checkout
+# These are generated, but not committed
+*.html
\ No newline at end of file