Parcourir la source

Add tests to .gitattributes

Joanhey il y a 2 ans
Parent
commit
5cf1d02d86
1 fichiers modifiés avec 5 ajouts et 3 suppressions
  1. 5 3
      .gitattributes

+ 5 - 3
.gitattributes

@@ -1,3 +1,5 @@
-/.gitattributes export-ignore
-/.github export-ignore
-/.gitignore export-ignore
+/.gitattributes     export-ignore
+/.github/           export-ignore
+/.gitignore         export-ignore
+/phpunit.xml.dist   export-ignore
+/tests/             export-ignore