From 3b0a89d5b460b9b70753dfbbd93eff412f3856da Mon Sep 17 00:00:00 2001 From: "o.pinke" Date: Mon, 26 Apr 2021 13:06:11 +0200 Subject: [PATCH] git admin --- data/backup/.gitignore | 5 +++++ data/cache/.gitignore | 5 +++++ data/config/.gitignore | 6 ++++++ data/temp/.gitignore | 5 +++++ 4 files changed, 21 insertions(+) create mode 100644 data/backup/.gitignore create mode 100644 data/cache/.gitignore create mode 100644 data/config/.gitignore create mode 100644 data/temp/.gitignore diff --git a/data/backup/.gitignore b/data/backup/.gitignore new file mode 100644 index 0000000..2323280 --- /dev/null +++ b/data/backup/.gitignore @@ -0,0 +1,5 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore +!index.php \ No newline at end of file diff --git a/data/cache/.gitignore b/data/cache/.gitignore new file mode 100644 index 0000000..2323280 --- /dev/null +++ b/data/cache/.gitignore @@ -0,0 +1,5 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore +!index.php \ No newline at end of file diff --git a/data/config/.gitignore b/data/config/.gitignore new file mode 100644 index 0000000..93a6f35 --- /dev/null +++ b/data/config/.gitignore @@ -0,0 +1,6 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore +!index.php +!/production \ No newline at end of file diff --git a/data/temp/.gitignore b/data/temp/.gitignore new file mode 100644 index 0000000..2323280 --- /dev/null +++ b/data/temp/.gitignore @@ -0,0 +1,5 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore +!index.php \ No newline at end of file