aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHalali <[email protected]>2019-01-02 19:25:43 +0100
committerHalali <[email protected]>2019-01-02 19:25:43 +0100
commit305cc616f1ff426f4badedade62ed383be233e8c (patch)
treed415e896f1537c109765f1a6c13d6547eb451c0b
parent4667c306cb44d46ad3fd1042fa617995c9a20571 (diff)
downloadbazarr-305cc616f1ff426f4badedade62ed383be233e8c.tar.gz
bazarr-305cc616f1ff426f4badedade62ed383be233e8c.zip
Add .gitignore to data folder
-rw-r--r--data/cache/.gitignore4
-rw-r--r--data/config/.gitignore4
-rw-r--r--data/db/.gitignore4
-rw-r--r--data/log/.gitignore4
4 files changed, 16 insertions, 0 deletions
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