|
@@ -1,4 +1,11 @@
|
|
|
-/tests export-ignore
|
|
|
+# @TODO 3.0 replace following `tests/... exportignore` with single `tests/ export-ignore`
|
|
|
+tests/**/*Test.php export-ignore
|
|
|
+tests/Fixtures/ export-ignore
|
|
|
+tests/Linter/AbstractLinterTestCase.php export-ignore
|
|
|
+tests/Differ/AbstractDifferTestCase.php export-ignore
|
|
|
+tests/AbstractDoctrineAnnotationFixerTestCase.php export-ignore
|
|
|
+tests/Test/AbstractTransformerTestCase.php export-ignore
|
|
|
+
|
|
|
.appveyor.yml export-ignore
|
|
|
.composer-require-checker.json export-ignore
|
|
|
.editorconfig export-ignore
|
|
@@ -16,4 +23,4 @@ phpunit.xml.dist export-ignore
|
|
|
*.yml text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
|
|
|
*.md text whitespace=blank-at-eol,blank-at-eof
|
|
|
*.rst text whitespace=blank-at-eol,blank-at-eof
|
|
|
-/tests/Fixtures/**/* -text
|
|
|
+tests/Fixtures/**/* -text
|