From 2165688ac9702629e4de8401309a7a8ddd9582ef 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 df3be27..72ed4b7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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