Skip to content

Instantly share code, notes, and snippets.

@giacomopiva
Last active November 5, 2018 15:35
Show Gist options
  • Save giacomopiva/5a15f7d566bd8720a1eb4f9173949876 to your computer and use it in GitHub Desktop.
Save giacomopiva/5a15f7d566bd8720a1eb4f9173949876 to your computer and use it in GitHub Desktop.
Gitignore configuration for wordpress
# Wordpress
*.log
wp-config.php
wp-content/advanced-cache.php
wp-content/backup-db/
wp-content/backups/
wp-content/backupwordpress-*
wp-content/blogs.dir/
wp-content/cache/
wp-content/upgrade/
wp-content/uploads/
wp-content/mu-plugins/
wp-content/wp-cache-config.php
wp-content/plugins/hello.php
/.htaccess
/license.txt
/readme.html
/sitemap.xml
/sitemap.xml.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment