Explorar el Código

Add tests to .gitattributes

Joanhey hace 2 años
padre
commit
5cf1d02d86
Se han modificado 1 ficheros con 5 adiciones y 3 borrados
  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