diff options
| author | Igor Minar | 2013-06-07 22:57:31 -0700 | 
|---|---|---|
| committer | Igor Minar | 2013-06-07 23:03:13 -0700 | 
| commit | 4eaaf9f83c44641b1cbc5976f1968dc9ee4c642b (patch) | |
| tree | 9aed9b47d85156775fb34e964d8e6269b3de95fd | |
| parent | 8011b97bfa46aa55f0d6d6161fabde8bef512220 (diff) | |
| download | angular.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-- | .gitignore | 8 | 
1 files changed, 3 insertions, 5 deletions
| @@ -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 | 
