From 3618c8fbaf0e1019cb96dc41cc8ba811c5a8682e Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Sat, 19 Oct 2024 16:43:11 +0200 Subject: [PATCH] Add .well-known directory to .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 99833abc..6f9c80b7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,6 +2,7 @@ /.editorconfig export-ignore /.github export-ignore +/.well-known export-ignore /CONTRIBUTING.md export-ignore /tests export-ignore /.gitattributes export-ignore