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 26610e885e
commit 1c9525e28e

3
.gitattributes vendored
View File

@@ -1,6 +1,7 @@
/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
/tests export-ignore
/.git* export-ignore
/phpunit.xml.dist export-ignore