83 lines
1.1 KiB
Plaintext
83 lines
1.1 KiB
Plaintext
# Development Dependencies
|
|
node_modules/
|
|
package-lock.json
|
|
|
|
# Build Artifacts
|
|
# The compiled assets/build/ directory should be included in distributions
|
|
# but can be regenerated with `npm run build`
|
|
assets/build/
|
|
|
|
# IDE and Editor Configuration
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# OS-Specific Files
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Cache Files
|
|
.npm-cache/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# PHP and Development Caches
|
|
.cache/
|
|
.PHP_VERSION
|
|
|
|
# WordPress Debug Log
|
|
debug.log
|
|
|
|
# Translation Backup Files
|
|
# Keep .po, .pot, and .mo files in repo
|
|
# Only ignore editor backup files
|
|
*.po~
|
|
*.pot~
|
|
|
|
# Distribution Artifacts
|
|
dist/
|
|
builds/
|
|
*.zip
|
|
|
|
# Development Documentation
|
|
# Internal notes and summaries, not for distribution
|
|
dev-docs/
|
|
|
|
# Environment Files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Test Coverage
|
|
coverage/
|
|
.coverage
|
|
|
|
# Temporary Files
|
|
*.tmp
|
|
*.temp
|
|
*.bak
|
|
|
|
# macOS Specific
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
._*
|
|
|
|
# Linux Temporary Files
|
|
.directory
|
|
|
|
# Editor Lock Files
|
|
*~
|
|
*.lock
|
|
|
|
# Ignore Everything in Docs Backup (if template/reference only)
|
|
# Uncomment if ~docs/ is just a reference copy and not part of distribution
|
|
~docs/
|