From 72061282b18d6e5327ad51d8f7f11a1075d81047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?SIGUI=20Kess=C3=A9=20Emmanuel?= Date: Sun, 22 Oct 2023 20:53:09 +0100 Subject: [PATCH] :see_no_evil: Ignore only the export of source and test files --- .gitattributes | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.gitattributes b/.gitattributes index bd60361..9f29851 100644 --- a/.gitattributes +++ b/.gitattributes @@ -14,12 +14,6 @@ *.jpg binary *.jpeg binary -/.github export-ignore -.editorconfig export-ignore -.gitattributes export-ignore -.gitignore export-ignore -/tests export-ignore -phpstan.neon export-ignore -phpunit.xml export-ignore -psalm.xml.dist export-ignore -rector.php export-ignore +/src/Program.php export-ignore +/tests/Feat/ExampleTest.php export-ignore +/tests/Unit/ProgramTest.php export-ignore \ No newline at end of file