From e874fd5aa009809e3f4bf04e083decfa71c0edf2 Mon Sep 17 00:00:00 2001 From: Zachary Betz Date: Mon, 25 Feb 2019 20:20:23 -0600 Subject: [PATCH] Ignore resources dir --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 73eae91..c33a9a7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -exampleSite/public/ \ No newline at end of file +exampleSite/public/ +resources/ \ No newline at end of file