From d10417339b76bf2750f3e54f4e3b714dd3ed369a Mon Sep 17 00:00:00 2001 From: Rory& Date: Wed, 4 Sep 2024 05:02:20 +0200 Subject: Changes --- .gitignore | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a6807bd..668274e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,12 @@ -# Dotnet build outputs +# Regular dotnet things **/bin/ **/obj/ +**/*.[Dd]ot[Ss]ettings.[Uu]ser +**/BenchmarkDotNet.Artifacts/ -# User files -*.DotSettings.user -*.patch +# Local files /patches/ - -# Local files: appsettings.Local*.json +appservice.yaml +appservice.json .run/local/*.run.xml \ No newline at end of file -- cgit 1.5.1