Browse Source

Merge pull request #1655 from sourcerer-mike/develop-WordPress

WordPress: Only ignore files in root to support other plugins
Brendan Forster 9 years ago
parent
commit
363632ae65
1 changed files with 4 additions and 4 deletions
  1. 4 4
      WordPress.gitignore

+ 4 - 4
WordPress.gitignore

@@ -1,7 +1,4 @@
 *.log
-.htaccess
-sitemap.xml
-sitemap.xml.gz
 wp-config.php
 wp-content/advanced-cache.php
 wp-content/backup-db/
@@ -13,6 +10,9 @@ wp-content/uploads/
 wp-content/wp-cache-config.php
 wp-content/plugins/hello.php
 
-/readme.html
+/.htaccess
 /license.txt
+/readme.html
+/sitemap.xml
+/sitemap.xml.gz