From 83059015f26ec3a2e782a4d448c73a64514487af Mon Sep 17 00:00:00 2001 From: tleodev Date: Sun, 18 May 2025 22:28:57 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20Remove=20appsettings=20of=20the?= =?UTF-8?q?=20repo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fed8a6b..3d4188a 100644 --- a/.gitignore +++ b/.gitignore @@ -798,4 +798,6 @@ pyrightconfig.json # Android studio 3.1+ serialized cache file -# End of https://www.toptal.com/developers/gitignore/api/rider,intellij,intellij+all,dotnetcore,csharp,python \ No newline at end of file +# End of https://www.toptal.com/developers/gitignore/api/rider,intellij,intellij+all,dotnetcore,csharp,python + +*appsettings*.json \ No newline at end of file