From 9b71ce0feeab5d6afc28c673e7c5278941c7b681 Mon Sep 17 00:00:00 2001 From: mschill Date: Thu, 10 Oct 2024 15:51:11 -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 --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..76c3d5f8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# ---> VisualStudio +## Show diffs for xml files in GIT +## +## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitattributes + +*.xml diff \ No newline at end of file