Skip to content

Commit 6b8815d

Browse files
committed
Remove Results classes from Node gitignore
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`).
1 parent d906842 commit 6b8815d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Node.gitignore

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@ pids
77
*.pid
88
*.seed
99

10-
# Run / build output
11-
results
12-
*.csv
13-
*.dat
14-
*.out
15-
*.gz
16-
1710
# Directory for instrumented libs generated by jscoverage/JSCover
1811
lib-cov
1912

0 commit comments

Comments
 (0)