36 lines
277 B
Plaintext
36 lines
277 B
Plaintext
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# coverage
|
|
coverage
|
|
*.lcov
|
|
|
|
# build output
|
|
dist/
|
|
build/
|
|
.cache/
|
|
.next/
|
|
out/
|
|
|
|
# env files
|
|
.env
|
|
.env.*.local
|
|
|
|
# misc
|
|
.DS_Store
|
|
Thumbs.db
|