Quellcode durchsuchen

phpDoc: Ignore .github dir

Daniel Rudolf vor 3 Jahren
Ursprung
Commit
4bf3260766
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      .phpdoc.xml

+ 1 - 0
.phpdoc.xml

@@ -16,6 +16,7 @@
             </source>
             <ignore hidden="true" symlinks="true">
                 <path>.build/**/*</path>
+                <path>.github/**/*</path>
                 <path>vendor/**/*</path>
             </ignore>
             <extensions>