mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 23:09:16 +01:00
42 lines
428 B
Plaintext
42 lines
428 B
Plaintext
# logs
|
|
logs
|
|
*.log
|
|
|
|
# runtime data
|
|
.DS_Store
|
|
*.seed
|
|
*.pid
|
|
pids
|
|
|
|
# editors
|
|
.idea
|
|
.vscode
|
|
|
|
# build
|
|
public
|
|
|
|
# cache
|
|
.cache
|
|
|
|
# directory for instrumented libs generated by jscoverage
|
|
lib-cov
|
|
|
|
# coverage directory used by tools like istanbul
|
|
coverage
|
|
|
|
# swc
|
|
.swc
|
|
|
|
# node-waf configuration
|
|
.lock-wscript
|
|
|
|
# eslint cache
|
|
.eslintcache
|
|
|
|
# dependency directory
|
|
node_modules
|
|
|
|
# only apps should have lockfiles
|
|
npm-shrinkwrap.json
|
|
yarn.lock
|