Skip to content

Instantly share code, notes, and snippets.

@zverush
Created December 2, 2015 06:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zverush/07538978df7dc2c1db45 to your computer and use it in GitHub Desktop.
Save zverush/07538978df7dc2c1db45 to your computer and use it in GitHub Desktop.
.gitignore for WordPress
.DS_Store
.idea/
/cgi-bin/
/search-replace/
# core part
/wp-includes/
/wp-admin/
/wp-content/languages/
*.log
# user content part
wp-content/*.???
wp-content/cache/
wp-content/backup-db/
wp-content/backups/
wp-content/blogs.dir/
wp-content/uploads/
wp-content/upgrade/
wp-content/themes/twentyfifteen/
wp-content/themes/twentyfourteen/
wp-content/themes/twentythirteen/
wp-content/themes/twentytwelve/
wp-content/themes/index.php
wp-content/plugins/*
# in root
sitemap.xml
sitemap.xml.gz
/wp-*.php
/index.php
/xmlrpc.php
/*.txt
/*.html
/*.sql
/*.png
/*.jp?g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment