From a8209d8ed80d81b3298b46f30e639ed5cbf69d0a Mon Sep 17 00:00:00 2001 From: Mark Crossley Date: Sat, 6 Jul 2019 18:52:35 +0100 Subject: [PATCH] Add empty folders --- MXdiags/.gitignore | 2 ++ Reports/.gitignore | 2 ++ backup/daily/.gitignore | 2 ++ data/.gitignore | 2 ++ 4 files changed, 8 insertions(+) create mode 100644 MXdiags/.gitignore create mode 100644 Reports/.gitignore create mode 100644 backup/daily/.gitignore create mode 100644 data/.gitignore diff --git a/MXdiags/.gitignore b/MXdiags/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/MXdiags/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/Reports/.gitignore b/Reports/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/Reports/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/backup/daily/.gitignore b/backup/daily/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/backup/daily/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/data/.gitignore b/data/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/data/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore