From 7eaf2b111dd5ee656d02b7b200eb189a91d18f0f Mon Sep 17 00:00:00 2001 From: Soapwood Date: Thu, 4 Jul 2024 23:41:47 +0100 Subject: [PATCH] Ignore Jetbrains files in project --- .gitignore | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/.gitignore b/.gitignore index c8c41a91..267bc7b4 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,40 @@ bld/ # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/ +# Ignore JetBrains Rider project files +.idea/ +*.sln.iml + +# Ignore Rider workspace settings files +.idea/workspace.xml +.idea/tasks.xml +.idea/dictionaries +.idea/markdown-navigator.xml +.idea/vcs.xml + +# Ignore Rider IDE folders +.idea/.idea_modules/ +.idea/.idea. +.idea/modules.xml +.idea/modules/ +.idea/tasks.xml +.idea/usage.statistics.xml +.idea/.idea.* +.idea/misc.xml + +# Ignore JetBrains Rider logs +rider-logs/ + +# Ignore Rider configuration files +.idea/encodings.xml +.idea/workspace.xml +.idea/inspectionProfiles + +# Ignore user-specific files generated by Rider +*.iml +*.iws +.idea/libraries + # Visual Studio 2017 auto generated files Generated\ Files/