diff --git a/.gitignore b/.gitignore index c8c41a9..267bc7b 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/