]> source.dussan.org Git - gitignore.git/commit
WordPress: Only ignore files in root to support other plugins 1655/head
authorMike Pretzlaw <pretzlaw@gmail.com>
Fri, 11 Sep 2015 04:54:59 +0000 (06:54 +0200)
committerMike Pretzlaw <pretzlaw@gmail.com>
Fri, 11 Sep 2015 04:54:59 +0000 (06:54 +0200)
commitfb86177e9a2e770ad41e7d95d799807337de6c3b
tree442ea23c7aa785ef223970423cd8ab3b01fe9982
parent23aad6abc4ed1aafb425f6e09334c4e35ad146ac
WordPress: Only ignore files in root to support other plugins

Most files are ignores without defining the directory.
This caused trouble with several plugins.
To fix that some files should only be ignored in the root directory.

- .htaccess is only ignored in the root directory
  due to some plugins or devs that need and create the htaccess
  for security issues in subfolders
- sitemap.xml and sitemap.xml.gz is only ignored in the root directory
  due to plugins that have an equal name and are therefor ignored
- Those files are ordered alphabetically
WordPress.gitignore