Skip to content

Commit 2dcbdc3

Browse files
author
Yannick Croissant
committed
Update .*ignore files
1 parent 1d3e5c6 commit 2dcbdc3

File tree

2 files changed

+19
-25
lines changed

2 files changed

+19
-25
lines changed

.gitignore

Lines changed: 14 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,17 @@
1-
# Logs
2-
logs
1+
lib-cov
2+
*.seed
33
*.log
4-
5-
# Runtime data
6-
pids
4+
*.csv
5+
*.dat
6+
*.out
77
*.pid
8-
*.seed
9-
10-
# Directory for instrumented libs generated by jscoverage/JSCover
11-
lib-cov
12-
13-
# Coverage directory used by tools like istanbul
14-
coverage
15-
16-
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
17-
.grunt
18-
19-
# Compiled binary addons (http://nodejs.org/api/addons.html)
20-
build/Release
21-
22-
# Dependency directory
23-
# Commenting this out is preferred by some people, see
24-
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
8+
*.gz
9+
*.sublime-project
10+
*.sublime-workspace
11+
pids
12+
logs
13+
results
14+
build
2515
node_modules
26-
27-
# Users Environment Variables
28-
.lock-wscript
16+
npm-debug.log
17+
sftp-config.json

.npmignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
node_modules
2+
npm-debug.log
3+
sftp-config.json
4+
*.sublime-project
5+
*.sublime-workspace

0 commit comments

Comments
 (0)