aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Minar2013-06-07 22:57:31 -0700
committerIgor Minar2013-06-07 23:03:13 -0700
commit4eaaf9f83c44641b1cbc5976f1968dc9ee4c642b (patch)
tree9aed9b47d85156775fb34e964d8e6269b3de95fd
parent8011b97bfa46aa55f0d6d6161fabde8bef512220 (diff)
downloadangular.js-4eaaf9f83c44641b1cbc5976f1968dc9ee4c642b.tar.bz2
chore(.gitignore): fix patterns
make patterns more strict so we don't accidentaly match stuff deeply nested in the codebase.
-rw-r--r--.gitignore8
1 files 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