diff --git a/project/.gitattributes b/project/.gitattributes new file mode 100644 index 0000000..8a45b9c --- /dev/null +++ b/project/.gitattributes @@ -0,0 +1,4 @@ +# Ignore everything outside of the addons folder when exporting. +/** export-ignore +/addons !export-ignore +/addons/** !export-ignore