From 619e33acc802e16fdb7de35d67a694391c209e78 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Wed, 8 Jun 2022 18:18:52 +0900 Subject: [PATCH] Add git attributes file for file ignore --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b04c75f --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +.* export-ignore