rickvanlieshout.com/.gitignore

41 lines
420 B
Plaintext
Raw Permalink Normal View History

# logs
logs
*.log
# runtime data
.DS_Store
*.seed
*.pid
pids
# editors
2016-07-30 01:02:55 +02:00
.idea
# 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