Configure .gitattributes to ignore Vitest and Playwright config files from export

This commit is contained in:
Hugo Alliaume
2025-09-01 22:55:23 +02:00
parent 6455f300f6
commit 2165688ac9

3
.gitattributes vendored
View File

@@ -3,6 +3,7 @@
/phpunit.xml.dist export-ignore
/assets/src export-ignore
/assets/test export-ignore
/assets/vitest.config.js export-ignore
/assets/playwright.config.ts export-ignore
/assets/vitest.config.mjs export-ignore
/doc export-ignore
/tests export-ignore