From af258616ffa3d8807e0ca8c76dccb2a5b7249e03 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Sat, 5 Feb 2022 12:21:05 -0800 Subject: [PATCH] Exclude .gitmodules from git archive --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index d7162af..dd39a00 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ .gitattributes export-ignore -.gitignore export-ignore \ No newline at end of file +.gitignore export-ignore +.gitmodules export-ignore \ No newline at end of file -- 2.31.1