From 19b1a605eaba662f12c4346395490dcfcd080b48 Mon Sep 17 00:00:00 2001 From: Warren Veerasingam Date: Sat, 23 Jun 2018 22:26:24 -0500 Subject: [PATCH] added git ignore --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 771f2c13..0dff14c7 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,10 @@ main build dist -.DS_Store \ No newline at end of file +.DS_Store + +docs/vendor/** + +docs/.bundle/** + +.sass-cache \ No newline at end of file