-
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy path.npmignore
More file actions
36 lines (36 loc) · 553 Bytes
/
Copy path.npmignore
File metadata and controls
36 lines (36 loc) · 553 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history
# dotenv environment variables file
.env
#code coverage output
.nyc_output
.github
docs/
examples/
assets/
test/
.travis.yml
.eslintrc.js
.jsdoc.js
.prettierrc.js
.github/
CODE_OF_CONDUCT.md
.DS_Store