From b418bee7aef50ceba8e16dc528619f20482d457a Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Wed, 15 Jan 2020 12:36:56 -0700 Subject: [PATCH] Added cache dir --- app/cache/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 app/cache/.gitignore diff --git a/app/cache/.gitignore b/app/cache/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/app/cache/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore