Prevent the prevention of example folder download

Closes #16
This commit is contained in:
don-tnowe 2023-02-16 15:48:57 +02:00
parent 4864078a6c
commit 9ac3023111

4
.gitattributes vendored
View File

@ -1,6 +1,8 @@
* text=auto eol=lf
# Only include the addons folder when downloading from the Asset Library.
# 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