From 1b6d5dcba318e65b129fe26e55125c2f4e0d47b2 Mon Sep 17 00:00:00 2001 From: Leroy Hopson Date: Tue, 13 Feb 2024 11:04:47 +1300 Subject: [PATCH] Exclude Justfile from archive --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index b9f9327..e5dcbbe 100644 --- a/.gitattributes +++ b/.gitattributes @@ -28,6 +28,7 @@ /icon.png export-ignore /icon.png.import export-ignore /.import export-ignore +/Justfile export-ignore /LICENSE.md export-ignore /misc export-ignore /.pre-commit-config.yaml export-ignore