Skip to content

Commit

Permalink
Clean up the .gitignore file changes
Browse files Browse the repository at this point in the history
I had attempted to change the .gitignore to remove a directory within node_modules/, but it turned out the .gitignore was correct. The directory had been force-added, so I had to remove it, which I did in a separate PR.
  • Loading branch information
Steven Foote committed Jul 24, 2013
1 parent a23bc61 commit 2b31725
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/nbproject
node_modules/
node_modules/*
node_modules
.coverage_data
cover_html
*.DS_Store

0 comments on commit 2b31725

Please sign in to comment.