diff --git a/.gitattributes b/.gitattributes index 6313b56..029807d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,8 @@ * text=auto eol=lf + +# Only include the addons and example folders when downloading from the Asset Library. +/** export-ignore +/addons !export-ignore +/addons/** !export-ignore +/example !export-ignore +/example/** !export-ignore