From c91a6aa15bd6d9ffd26fcb73c0e420bf1501534e Mon Sep 17 00:00:00 2001 From: Swashata Ghosh Date: Wed, 31 Jan 2024 13:07:33 +0530 Subject: [PATCH] [export] [git] Add irrelevant files to the export-ignore. --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitattributes b/.gitattributes index 95596f33..e564c05e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -15,6 +15,12 @@ phpcs.xml export-ignore phpcompat.xml export-ignore phpstan.neon export-ignore .editorconfig export-ignore +/assets/scripts/ export-ignore +/patches/ export-ignore +/gulptasks/ export-ignore +.example.env export-ignore +CONTRIBUTING.md export-ignore +package-lock.json export-ignore # Declare files that will always have CRLF line endings on checkout. #*.php text eol=crlf