Created
September 24, 2014 16:10
-
-
Save staceymakes/fcb4ce79a50b6b590f90 to your computer and use it in GitHub Desktop.
Wordpress Git Ignore
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
| # Remove SASS cache files # | |
| wp-content/themes/{themename}/.sass-cache/* | |
| # No need to add the upgrade folder to the repo # | |
| wp-content/upgrade/* | |
| # No need to add the uploads folder to the repo # | |
| wp-content/uploads/* | |
| # No need to add the plugins folder to the repo # | |
| wp-content/plugins/* | |
| # sitemaps not needed locally # | |
| sitemap.xml | |
| 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