From 53776f6a75c7ef4040d062dd084383730e6165c6 Mon Sep 17 00:00:00 2001 From: Aristeides Stathopoulos Date: Tue, 23 Jan 2024 15:27:00 +0200 Subject: [PATCH] Tweak the .gitattributes file to generate clean zip file for releases --- .gitattributes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index d0da41d..e5633da 100644 --- a/.gitattributes +++ b/.gitattributes @@ -15,11 +15,14 @@ package.json export-ignore phpmd.xml export-ignore phpunit.xml.dist export-ignore readme.md export-ignore -yarn.lock export-ignore /.cache export-ignore /.github export-ignore /.wordpress-org export-ignore /tests export-ignore +admin/assets/js/.jshintrc export-ignore +.distignore export-ignore +composer.json export-ignore +composer.lock export-ignore # # Auto detect text files and perform LF normalization