43 lines
380 B
Plaintext
43 lines
380 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build outputs
|
|
dist/
|
|
dist_ts/
|
|
dist_ts_web/
|
|
dist_bundle/
|
|
dist_watch/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Test coverage
|
|
coverage/
|
|
|
|
# Temporary files
|
|
.nogit/
|
|
.tmp/
|
|
tmp/
|
|
|
|
# Lock files (use pnpm-lock.yaml)
|
|
package-lock.json
|
|
yarn.lock
|