Exclude .gitmodules from git archive
authorJason Self <j@jxself.org>
Sat, 5 Feb 2022 20:21:05 +0000 (12:21 -0800)
committerJason Self <j@jxself.org>
Sat, 5 Feb 2022 20:21:05 +0000 (12:21 -0800)
.gitattributes

index d7162afc5ec1e8c09e2165eda65019391969f4c2..dd39a00145ed6b856c8d32a609bb3e45a2463ac1 100644 (file)
@@ -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