From 4ce6d088a01447cabc05d6cd1b4c7894ec6cc374 Mon Sep 17 00:00:00 2001 From: Bartosz Jurczewski Date: Sun, 30 Jun 2024 00:46:34 +0200 Subject: [PATCH] .idea appsettings.development.json add to git ignore --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8a30d25..a575e58 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,10 @@ ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. ## -## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore + +/bin/ +/obj/ # User-specific files *.rsuser @@ -396,3 +399,7 @@ FodyWeavers.xsd # JetBrains Rider *.sln.iml + +# Rider +.idea +appsettings.development.json