From 006fcd2be9f5889f32fbf5fd0f9b32b1d0be6de7 Mon Sep 17 00:00:00 2001 From: Halali Date: Sun, 6 Jan 2019 18:18:28 +0100 Subject: [PATCH] fix last commit --- data/cache/.gitignore | 4 ++++ data/config/.gitignore | 4 ++++ data/db/.gitignore | 4 ++++ data/log/.gitignore | 4 ++++ 4 files changed, 16 insertions(+) create mode 100644 data/cache/.gitignore create mode 100644 data/config/.gitignore create mode 100644 data/db/.gitignore create mode 100644 data/log/.gitignore diff --git a/data/cache/.gitignore b/data/cache/.gitignore new file mode 100644 index 000000000..86d0cb272 --- /dev/null +++ b/data/cache/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore \ No newline at end of file diff --git a/data/config/.gitignore b/data/config/.gitignore new file mode 100644 index 000000000..86d0cb272 --- /dev/null +++ b/data/config/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore \ No newline at end of file diff --git a/data/db/.gitignore b/data/db/.gitignore new file mode 100644 index 000000000..86d0cb272 --- /dev/null +++ b/data/db/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore \ No newline at end of file diff --git a/data/log/.gitignore b/data/log/.gitignore new file mode 100644 index 000000000..86d0cb272 --- /dev/null +++ b/data/log/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore \ No newline at end of file