From 1c9525e28e78146e94a8a67b873ca38ec8ad747a Mon Sep 17 00:00:00 2001 From: Hugo Alliaume Date: Mon, 1 Sep 2025 22:55:23 +0200 Subject: [PATCH] Configure .gitattributes to ignore Vitest and Playwright config files from export --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index cd54bdc..0d932e1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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