Created
April 3, 2013 18:17
-
-
Save sthembi/5303743 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
#sample of gitignore for Wordpress project | |
.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 | |
sitemap.xml | |
*.log | |
wp-content/cache/ | |
wp-content/backups/ | |
sitemap.xml.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment