diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..84458748 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,12 @@ +# Git stuff +/.gitattributes export-ignore +/.gitignore export-ignore +.github/ export-ignore +/README.md export-ignore + +# Tests +test/ export-ignore + +# Files not required by AssetLib downloads (provided via download for manual installers) +addons/mod_loader/vendor/ export-ignore +addons/mod_loader/mod_loader_setup.gd export-ignore \ No newline at end of file