We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a5d93 commit ccc5338Copy full SHA for ccc5338
.npmignore
@@ -1,29 +1,19 @@
1
-### Node template
2
-# Logs
3
logs
4
*.log
5
npm-debug.log*
6
-
7
-# Runtime data
8
pids
9
*.pid
10
*.seed
11
12
-# Directory for instrumented libs generated by jscoverage/JSCover
13
lib-cov
14
15
-# Coverage directory used by tools like istanbul
16
coverage
17
18
-# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
19
.grunt
20
21
-# node-waf configuration
22
.lock-wscript
23
24
-# Compiled binary addons (http://nodejs.org/api/addons.html)
25
build/Release
26
27
-# Dependency directory
28
-# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
29
node_modules
+.idea
+.babelrc
+.codeclimate.yml
+.editorconfig
+.eslintignore
+.eslintrc
+.travis.yml
0 commit comments