Skip to content

Commit

Permalink
chore(.gitignore): fix patterns
Browse files Browse the repository at this point in the history
make patterns more strict so we don't accidentaly match stuff deeply
nested in the codebase.
  • Loading branch information
IgorMinar committed Jun 8, 2013
1 parent 8011b97 commit 4eaaf9f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
build/
angularjs.netrc
jstd.log
/build/
.DS_Store
gen_docs.disable
test.disable
Expand All @@ -9,7 +7,7 @@ performance/temp*.html
.idea/workspace.xml
*~
angular.js.tmproj
node_modules
components
/node_modules/
/components/
angular.xcodeproj
.idea

0 comments on commit 4eaaf9f

Please sign in to comment.