Created
October 10, 2016 18:58
-
-
Save rahilwazir/a5a931687b8d6db8c78f6b18ae5ce68c to your computer and use it in GitHub Desktop.
WordPress .gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*~ | |
.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