diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | cache/.gitignore | 4 |
2 files changed, 5 insertions, 1 deletions
@@ -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 |