From 3d19cef787f8283cc9b58b77f25c8f51accb2a42 Mon Sep 17 00:00:00 2001 From: Scott Kingsley Clark Date: Sun, 24 Mar 2024 11:57:37 -0500 Subject: [PATCH] Exclude .git directories from releases --- .distignore | 1 + .gitattributes | 1 + 2 files changed, 2 insertions(+) diff --git a/.distignore b/.distignore index 7fffd961..c34ee538 100644 --- a/.distignore +++ b/.distignore @@ -1,6 +1,7 @@ # Export ignore handling # Directories +/.git /.github /.wordpress-org /bin diff --git a/.gitattributes b/.gitattributes index 2bbe07c7..3b069098 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,6 +10,7 @@ tests/_support/_generated/* linguist-generated=true # Export ignore handling # Directories +/.git export-ignore /.github export-ignore /.wordpress-org export-ignore /bin export-ignore