From ae4d1d13a2c14c1e8f9b2d95f36ce7d0466489ff Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Wed, 18 Mar 2015 23:57:04 +0700 Subject: [PATCH] Use absolute paths in gitignore --- .gitignore | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 3d8b524..dc7611d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,6 @@ -// JSX cache -.module-cache - // Packages -node_modules -bower_components +/node_modules +/app/bower_components // Config files /config.json @@ -13,5 +10,5 @@ bower_components *.txt // Compiled -app/jsx/build -build/* +/app/jsx/build +/build