Created
January 27, 2013 16:52
-
-
Save roybarber/4649211 to your computer and use it in GitHub Desktop.
wordpress .gitignore
This file contains 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
# Don't add the Local settings file to the repository # | |
htdocs/wp-config-local.php | |
# If using SASS to compile stylesheets this saves conflicts, plus there not needed! # | |
htdocs/wp-content/themes/YOURTHEME/.sass-cache/* | |
# No need to add the upgrade folder to the repo # | |
htdocs/wp-content/upgrade/* | |
# sitemaps not needed locally # | |
htdocs/sitemap.xml | |
htdocs/sitemap.xml.gz | |
# no need for these # | |
readme.html | |
license.txt | |
.log | |
.DS_Store |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment