From 420045210c8d7ea316ebf8de236a81388f0e3698 Mon Sep 17 00:00:00 2001 From: Tillmann Rendel Date: Tue, 1 Feb 2022 15:27:59 +0100 Subject: [PATCH] Try moving .gitattributes to root --- .vscode/.gitattributes => .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .vscode/.gitattributes => .gitattributes (58%) diff --git a/.vscode/.gitattributes b/.gitattributes similarity index 58% rename from .vscode/.gitattributes rename to .gitattributes index 026e40131..73153b0d3 100644 --- a/.vscode/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ # Configure GitHub to not mark comments in configuration files as errors -*.json linguist-language=JSON-with-Comments +.vscode/*.json linguist-language=JSON-with-Comments