From cb993e8d6429529211dd557953de6e1304adb6e6 Mon Sep 17 00:00:00 2001 From: HotNoob Date: Thu, 26 Sep 2024 18:30:14 -0500 Subject: [PATCH] exclude 3rdparty files from release --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..71b8793 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +documentation/3rdparty/ export-ignore +test.py export-ignore