You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
380 B
32 lines
380 B
3 years ago
|
# Logs
|
||
|
logs
|
||
|
*.log
|
||
|
npm-debug.log*
|
||
|
yarn-debug.log*
|
||
|
yarn-error.log*
|
||
|
|
||
|
node_modules/
|
||
|
|
||
|
# 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
|
||
|
|
||
|
# Compiled binary addons (https://nodejs.org/api/addons.html)
|
||
|
dist/
|
||
|
artifacts/
|
||
|
work/
|
||
|
ci/
|
||
|
e2e-results/
|
||
|
|
||
|
# Editors
|
||
|
.idea
|
||
|
|