Skip to content

Commit 4c906a8

Browse files
committed
Configure .gitattributes to ignore Vitest and Playwright config files from export
1 parent 8e183ed commit 4c906a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
/.symfony.bundle.yaml export-ignore
33
/assets/src export-ignore
44
/assets/test export-ignore
5+
/assets/playwright.config.ts export-ignore
6+
/assets/vitest.config.mjs export-ignore
57
/doc export-ignore
68
/phpunit.xml.dist export-ignore
79
/tests export-ignore

0 commit comments

Comments
 (0)