From 5bb5f5be2c63906ab2e5292c1fa3d1ba12495315 Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Sat, 22 Oct 2016 19:12:37 +1300 Subject: [PATCH] Ignoring public_html --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4a2efc64..92e9c288 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ /node_modules/ /production/ +/public_html/ /.sass-cache/ *.orig Thumbs.db