From 93654d4b8eaed8ad84d0bbd13a4c75d80141adb7 Mon Sep 17 00:00:00 2001 From: Skye Telman Date: Sun, 28 Apr 2024 21:13:42 -0400 Subject: [PATCH] test export-ignore for filtering files from the github zip file created on releases --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..01f73b5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +.git* export-ignore +scripts/ export-ignore +package.json export-ignore +yarn.lock export-ignore \ No newline at end of file