From c8f7ef7c1d2bd705a5442c0dc591b8e5a50673a5 Mon Sep 17 00:00:00 2001 From: Rory& Date: Fri, 4 Oct 2024 19:51:44 +0200 Subject: Initial commit --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..668274e --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# Regular dotnet things +**/bin/ +**/obj/ +**/*.[Dd]ot[Ss]ettings.[Uu]ser +**/BenchmarkDotNet.Artifacts/ + +# Local files +/patches/ +appsettings.Local*.json +appservice.yaml +appservice.json +.run/local/*.run.xml \ No newline at end of file -- cgit 1.5.1