From 82c2b47d91338dc6c20cba5bd0c0d7a6700682da Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Fri, 20 Jan 2023 18:11:52 -0600 Subject: [PATCH] chore: Ignore whitespace in DotSettings files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 6623402f..e5c3ba68 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,3 +6,4 @@ Dockerfile eol=lf # Ignore whitespace in these files *.sln -whitespace +*.DotSettings -whitespace