From: Jason Self Date: Sat, 5 Feb 2022 20:21:05 +0000 (-0800) Subject: Exclude .gitmodules from git archive X-Git-Url: https://jxself.org/git/?p=the-mall.git;a=commitdiff_plain;h=af258616ffa3d8807e0ca8c76dccb2a5b7249e03 Exclude .gitmodules from git archive --- 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