110 lines
1.2 KiB
Plaintext
110 lines
1.2 KiB
Plaintext
# Node.js
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
package-lock.json
|
|
yarn.lock
|
|
pnpm-lock.yaml
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
*.log.*
|
|
log/
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.db
|
|
|
|
# dotenv environment variables
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Editor directories and files
|
|
.idea/
|
|
.vscode/
|
|
*.sublime-workspace
|
|
*.sublime-project
|
|
|
|
# Build output
|
|
dist/
|
|
build/
|
|
out/
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Optional npm cache directory
|
|
.npm/
|
|
|
|
# Optional eslint cache
|
|
.eslintcache
|
|
|
|
# Optional REPL history
|
|
.node_repl_history
|
|
|
|
# Mac system files
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Test coverage
|
|
coverage/
|
|
|
|
# TypeScript cache
|
|
*.tsbuildinfo
|
|
|
|
# Optional: local data
|
|
*.local
|
|
|
|
# Optional: debug
|
|
debug.log
|
|
|
|
# Optional: next.js
|
|
.next/
|
|
|
|
# Optional: Nuxt.js
|
|
.nuxt/
|
|
|
|
# Optional: SvelteKit
|
|
.svelte-kit/
|
|
|
|
# Optional: vuepress
|
|
.vuepress/dist
|
|
|
|
# Optional: Storybook
|
|
.storybook-out/
|
|
|
|
# Optional: Parcel
|
|
.cache/
|
|
|
|
# Optional: output of 'npm pack'
|
|
*.tgz
|
|
|
|
# Optional: PM2 logs and pids
|
|
pids/
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
pm2.log
|
|
|
|
# Optional: dotenv
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Optional: jest
|
|
jest.config.js
|
|
jest.config.ts
|
|
|
|
# Optional: cypress
|
|
cypress/videos/
|
|
cypress/screenshots/
|