From 9f1dce896fd53a83ca5d3a0d84bf504b8f5e632c Mon Sep 17 00:00:00 2001 From: mschill Date: Tue, 15 Oct 2024 08:58:15 -0400 Subject: [PATCH] GIT_ATTRIBUTE_FILE - adjusting GIT settings so should be able to see diff of xml files in GIT (and not just Visual Studio history) --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 76c3d5f8..ace8f553 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,4 +3,4 @@ ## ## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitattributes -*.xml diff \ No newline at end of file +*.xml text \ No newline at end of file -- 2.47.2