From 8170a5ebb2bcd4d4053f8350af08ec7de38d7e0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Omer=20=C5=A0abi=C4=87?= Date: Fri, 29 Dec 2023 09:28:16 +0100 Subject: [PATCH] build(git): add more entries to export-ignore --- .gitattributes | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 16e4f1d..542b412 100644 --- a/.gitattributes +++ b/.gitattributes @@ -13,7 +13,11 @@ /.gitignore export-ignore /.lando.dist.yml export-ignore /.php-cs-fixer.dist.php export-ignore +/CHANGELOG.md export-ignore +/README.md export-ignore /commitlint.config.js export-ignore -/package.json export-ignore /package-lock.json export-ignore +/package.json export-ignore /phpunit.xml.dist export-ignore +/postcss.config.js export-ignore +/vite.config.js export-ignore