From 3d5b475c2c3db83ceea76d64019ce1e445fe5a5f Mon Sep 17 00:00:00 2001 From: 9thAzure Date: Sun, 21 Apr 2024 17:52:28 -0700 Subject: [PATCH] fixed pathing --- .gitattributes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 4285ef6..75f34cc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,9 +1,9 @@ # Normalize EOL for all files that Git considers text files. * text=auto eol=lf -# Only include /assets/complex_shape_creation/* for download from the asset store. +# Only include /assets/2d_regular_polygons/* for download from the asset store. * export-ignore /addons -export-ignore -/addons/complex_shape_creation -export-ignore -/addons/complex_shape_creation/** -export-ignore +/addons/2d_regular_polygons -export-ignore +/addons/2d_regular_polygons/** -export-ignore