Skip to content

Commit 7b9884e

Browse files
committedDec 23, 2015
update npm settings
1 parent ecf4515 commit 7b9884e

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed
 

‎.gitignore

+32
Original file line numberDiff line numberDiff line change
@@ -1 +1,33 @@
1+
# Logs
2+
logs
3+
*.log
4+
5+
# Runtime data
6+
pids
7+
*.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+
# node-waf configuration
20+
.lock-wscript
21+
22+
# Compiled binary addons (http://nodejs.org/api/addons.html)
23+
build/Release
24+
dist
25+
26+
# Dependency directory
27+
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
128
node_modules
29+
30+
# IDE settings
31+
.vscode
32+
.idea
33+
.settings

‎.npmignore

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Build
2+
test
3+
.eslintrc.json
4+
gruntfile.js
5+
gulpfile.js
6+
jsdoc.conf.json
7+
8+
# IDE Settings
9+
.editorconfig
10+
.idea
11+
.settings
12+
.vscode
13+
14+
# Logs
15+
logs
16+
*.log
17+
18+
# NPM
19+
.npmignore

0 commit comments

Comments
 (0)
Please sign in to comment.