From df515241ed077ba2154e995e014274493a733b56 Mon Sep 17 00:00:00 2001 From: Jordan Irwin Date: Fri, 30 Jul 2021 23:16:37 -0700 Subject: [PATCH] Add git attributes to exclude some dirs & files from releases --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8cd26bb --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +.gitattributes export-ignore +.github/ export-ignore +.ldoc/ export-ignore +sounds_src/ export-ignore