# 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/backups/

# Plugin specific
/data/*.mmdb
/german-shield-backups/

# IDE
.vscode/
.idea/
*.sublime-project
*.sublime-workspace

# OS
.DS_Store
Thumbs.db
desktop.ini

# Node
node_modules/
npm-debug.log
yarn-error.log

# Composer
vendor/
composer.lock

# Logs
*.log
error_log

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

