From 3708d02b821df0807484a244832113f94c75088b Mon Sep 17 00:00:00 2001 From: Nathan Franke Date: Mon, 4 Jul 2022 00:22:28 -0500 Subject: [PATCH] add .gitattributes to project/ --- project/.gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 project/.gitattributes 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