40 lines
341 B
Plaintext
40 lines
341 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Builds
|
|
/dist/
|
|
/coverage/
|
|
|
|
# Vite/React build outputs
|
|
out/
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Env files
|
|
.env
|
|
.env.*
|
|
|
|
# Electron
|
|
*.log
|
|
*.pid
|
|
|
|
# Editor/IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
|
|
# Local session files
|
|
*.hydra
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|