From 0d122afbd1cbc6f133fa6ccda2506c106e60a7aa Mon Sep 17 00:00:00 2001 From: Thomas Perry <51647503+perrytom@users.noreply.github.com> Date: Tue, 19 Nov 2024 10:51:04 +0000 Subject: [PATCH] Add Rider files to GitIgnore --- .gitignore | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 47a7af2..8c4f944 100644 --- a/.gitignore +++ b/.gitignore @@ -350,4 +350,20 @@ MigrationBackup/ .ionide/ # Ncrunch -*ncrunch* \ No newline at end of file +*ncrunch* + +#Rider +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/contentModel.xml +/projectSettingsUpdater.xml +/modules.xml +/.idea.RefactorCodeChallenge.iml +.idea/ +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml \ No newline at end of file