From 5fc9207b2a6cf56b1f877eecc3d001fd079c859b Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Tue, 29 Aug 2023 18:43:11 -0700 Subject: [PATCH] Exclude pre-commit hook configuration file from git archive --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 6646089..aece420 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,5 +7,6 @@ /.editorconfig export-ignore /.gitattributes export-ignore /.gitignore export-ignore +/.pre-commit-config.yaml export-ignore /TESTING.md export-ignore /TROUBLESHOOTING.md export-ignore