From 31da4eff7825728b064974d646daa6ace9b507a0 Mon Sep 17 00:00:00 2001 From: Leonid Nikitin Date: Tue, 10 Dec 2024 23:06:10 +0500 Subject: [PATCH] Update .gitattributes export-ignore rules. Adjusted export-ignore rules to include `.git`, `.gitignore`, and `.gitattributes` for more precise exclusions during archive creation. This ensures irrelevant files are omitted when packaging the repository. --- .gitattributes | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 52c30c1..d6d303e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ -.git export-ignore -.gitignore export-ignore \ No newline at end of file +/.git export-ignore +/.gitignore export-ignore +/.gitattributes export-ignore -- 2.45.2