Forráskód Böngészése

update .phpdoc.xml

theshka 9 éve
szülő
commit
49e5e44b4a
1 módosított fájl, 4 hozzáadás és 4 törlés
  1. 4 4
      .phpdoc.xml

+ 4 - 4
.phpdoc.xml

@@ -9,17 +9,17 @@
         <ignore>themes/*</ignore>
         <ignore>plugins/*</ignore>
         <ignore>vendor/*</ignore>
+        <ignore>index.php</ignore>
+        <ignore>index.php.dist</ignore>
         <ignore>.htaccess</ignore>
-        <ignore>*.git</ignore>
         <ignore>.gitignore</ignore>
+        <ignore>*.git</ignore>
         <ignore>*.xml</ignore>
         <ignore>*.yml</ignore>
         <ignore>*.json</ignore>
         <ignore>*.lock</ignore>
         <ignore>*.phar</ignore>
         <ignore>*.md</ignore>
-        <ignore>*LICENSE</ignore>
-        <ignore>index.php</file>
-        <ignore>index.php.dist</ignore>
+        <ignore>LICENSE</ignore>
     </files>
 </phpdoc>