From 20893a5eb8fcddb0b73fdb3192974922b8df52f4 Mon Sep 17 00:00:00 2001 From: Chris Bell Date: Mon, 13 Jan 2025 15:58:35 -0600 Subject: [PATCH] update gitattributes --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index 8ad74f7..bfeb537 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,7 @@ # Normalize EOL for all files that Git considers text files. * text=auto eol=lf + +# Only include the addons folder when downloading from the Asset Library. +/** export-ignore +/addons !export-ignore +/addons/** !export-ignore \ No newline at end of file