From 093f44edf5f9522cab64b976676b996a03918a72 Mon Sep 17 00:00:00 2001 From: nex Date: Wed, 6 Mar 2024 11:17:53 +0000 Subject: [PATCH] Ignore well-known directory --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b419702..2e7aeb3 100644 --- a/.gitignore +++ b/.gitignore @@ -281,3 +281,5 @@ pyrightconfig.json .ionide # End of https://www.toptal.com/developers/gitignore/api/python,pycharm+all,visualstudiocode + +static/.well-known/*