55 lines
514 B
Plaintext
55 lines
514 B
Plaintext
# dependencies
|
|
node_modules/
|
|
.pnpm-store/
|
|
.yarn/
|
|
.yarn-cache/
|
|
.pnp.*
|
|
.pnp.js
|
|
|
|
# build output
|
|
dist/
|
|
build/
|
|
out/
|
|
.next/
|
|
.nuxt/
|
|
.svelte-kit/
|
|
.vite/
|
|
.cache/
|
|
.parcel-cache/
|
|
.eslintcache
|
|
|
|
# logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# env
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# OS / Editor
|
|
.DS_Store
|
|
Thumbs.db
|
|
.vscode/
|
|
!.vscode/extensions.json
|
|
!.vscode/settings.json
|
|
!.vscode/launch.json
|
|
.idea/
|
|
|
|
# temp
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
*.swp
|
|
|
|
# coverage
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# if using docker
|
|
**/.docker/
|