From 39555fc65661765b147bae76d51ec7c180ad0b80 Mon Sep 17 00:00:00 2001 From: Nathan Leniz Date: Sun, 15 Mar 2015 17:10:21 +0900 Subject: [PATCH] Add compiles bundle.js to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 01824e83b9..b17d83ff4e 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ Thumbs.db bower_components .eslintignore .eslintrc +public/js/bundle.js \ No newline at end of file