Skip to content

Commit

Permalink
Remove Results classes from Node gitignore
Browse files Browse the repository at this point in the history
These aren't really common patterns in the Node world, and if a Node project includes one of these types as files, they're as likely to want to include them in the project as not (`*.csv` is as likely to be a data source as `*.json`).
  • Loading branch information
stuartpb committed Feb 28, 2014
1 parent d906842 commit 6b8815d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Node.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ pids
*.pid
*.seed

# Run / build output
results
*.csv
*.dat
*.out
*.gz

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

Expand Down

0 comments on commit 6b8815d

Please sign in to comment.