From a23b6e919601c4db4180c19bed6a37f02f26734d Mon Sep 17 00:00:00 2001 From: OgelGames Date: Sat, 11 Dec 2021 14:28:03 +1100 Subject: [PATCH] add export ignore --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index dfe0770..e103385 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ # Auto detect text files and perform LF normalization * text=auto + +# Exclusions for release export +.* export-ignore