# WordPress
.htaccess
wp-config.php
wp-content/uploads/
wp-content/blogs.dir/
wp-content/upgrade/
wp-content/backup-db/
wp-content/advanced-cache.php
wp-content/wp-cache-config.php
wp-content/cache/
wp-content/cache/supercache/

# WP-CLI
wp-cli.local.yml

# Logs
*.log
error_log
debug.log

# OS Files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
*~

# IDE
.idea/
.vscode/
*.sublime-project
*.sublime-workspace
.project
.settings/
*.tmproj
*.esproj
nbproject/

# Composer
/vendor/
composer.lock

# Node
node_modules/
npm-debug.log
yarn-error.log
package-lock.json

# Build files
/build/
/dist/

# Temporary files
*.tmp
*.temp
*.swp
*.swo
*~

# Environment
.env
.env.local
.env.*.local
