42 lines
432 B
Plaintext
42 lines
432 B
Plaintext
# Development files - exclude from distribution
|
|
composer.json
|
|
composer.lock
|
|
composer.phar
|
|
setup-vendor.sh
|
|
setup-vendor.bat
|
|
VENDOR-SETUP.md
|
|
|
|
# WordPress
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Build
|
|
/node_modules/
|
|
/dist/
|
|
/build/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
*.cache
|