Created
September 13, 2012 05:27
-
-
Save ym405nm/3712084 to your computer and use it in GitHub Desktop.
hgignore for japanese localized wordpress
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
syntax: glob | |
.htaccess | |
wp-*.php | |
xmlrpc.php | |
wp-admin/ | |
wp-includes/ | |
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 | |
wp-content/cache/* | |
wp-content/cache/supercache/* | |
wp-content/w3tc/* | |
sitemap.xml | |
sitemap.xml.gz | |
readme.html | |
readme-ja.html | |
license.txt | |
*.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment