41 lines
489 B
Plaintext
41 lines
489 B
Plaintext
# Composer (keep composer.lock, include vendor for distribution)
|
|
composer.lock
|
|
|
|
# Development only - uncomment if you want to exclude vendor in dev
|
|
# /vendor/composer/
|
|
# /vendor/autoload_real.php
|
|
|
|
# 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
|