From 346913b4ae98e0faaa400bb6ed275a8450e8f130 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Mon, 3 Feb 2014 08:38:07 -0500 Subject: [PATCH] Ignore buildAssets folder created by connect-assets --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 524272db18..9541aad5e2 100644 --- a/.gitignore +++ b/.gitignore @@ -20,4 +20,6 @@ node_modules .DS_Store Thumbs.db -public/css/styles.css \ No newline at end of file +public/css/styles.css + +buildAssets \ No newline at end of file