From c3c1ada9233f70a9d0521bab6ebc9a048d71a0db Mon Sep 17 00:00:00 2001 From: steveokard Date: Wed, 2 Aug 2017 16:18:11 -0400 Subject: [PATCH] git will ignore the cache directory if present --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0b48cc3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +cache/ +log/