From 4eaaf9f83c44641b1cbc5976f1968dc9ee4c642b Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 7 Jun 2013 22:57:31 -0700 Subject: chore(.gitignore): fix patterns make patterns more strict so we don't accidentaly match stuff deeply nested in the codebase. --- .gitignore | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index b455fd8e..d7983b17 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,4 @@ -build/ -angularjs.netrc -jstd.log +/build/ .DS_Store gen_docs.disable test.disable @@ -9,7 +7,7 @@ performance/temp*.html .idea/workspace.xml *~ angular.js.tmproj -node_modules -components +/node_modules/ +/components/ angular.xcodeproj .idea -- cgit v1.2.3