From df20d79c5e6d27f364fb1bb020c29df827382469 Mon Sep 17 00:00:00 2001 From: OgelGames Date: Sat, 12 Aug 2023 22:43:44 +1000 Subject: [PATCH] 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