From 451db00fc2e5f99a997a6d6e0290c8d533171c0d Mon Sep 17 00:00:00 2001 From: OgelGames Date: Tue, 9 Feb 2021 16:51:20 +1100 Subject: [PATCH] add export ignores --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3030b7a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# Exclusions for release export +.* export-ignore +etc export-ignore +integration-test.sh export-ignore