Skip to content

Instantly share code, notes, and snippets.

@rahilwazir
Created October 10, 2016 18:58
Show Gist options
  • Save rahilwazir/a5a931687b8d6db8c78f6b18ae5ce68c to your computer and use it in GitHub Desktop.
Save rahilwazir/a5a931687b8d6db8c78f6b18ae5ce68c to your computer and use it in GitHub Desktop.
WordPress .gitignore
*~
.DS_Store
.svn
.cvs
*.bak
*.swp
Thumbs.db
.idea/
# wordpress specific
wp-config.php
wp-content/uploads/
wp-content/uploads*
wp-content/themes/twenty*
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/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment