38 lines
386 B
Text
38 lines
386 B
Text
# IDEs and Editors
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# OS
|
|
Thumbs.db
|
|
.Spotlight-V100
|
|
.Trashes
|
|
|
|
# Environment variables
|
|
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
.cache/
|
|
|
|
# Build outputs (general)
|
|
dist/
|
|
build/
|
|
out/
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Each subproject has its own .gitignore for specific rules
|