summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--cache/.gitignore4
2 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 6d4215f..9e62be2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
custom/config.yml
custom/people.opml
-cache/*
+
diff --git a/cache/.gitignore b/cache/.gitignore
new file mode 100644
index 0000000..5e7d273
--- /dev/null
+++ b/cache/.gitignore
@@ -0,0 +1,4 @@
+# Ignore everything in this directory
+*
+# Except this file
+!.gitignore