From 25d86674286570d0d7325e26c386e222df8c960e Mon Sep 17 00:00:00 2001 From: Ugochukwu Mmaduekwe Date: Tue, 30 Jun 2026 11:47:42 +0100 Subject: [PATCH] add .gitattributes so we can exclude data folder from archive releases --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f2df8ba --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +/HashLib.Tests/Data/** export-ignore +/HashLib.Tests/Data export-ignore \ No newline at end of file