From a8eb401170fc338ae95a2c8fc6e39710d4a09f87 Mon Sep 17 00:00:00 2001 From: HelpfulStranger999 Date: Thu, 17 Dec 2020 22:33:37 -0600 Subject: [PATCH] Gitignore Jetbrains Rider Adds the template for gitignoring jetbrains rider sensitive, user-specific, and high-churn files to the gitignore. --- .gitignore | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/.gitignore b/.gitignore index 8af868e..d69171e 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,38 @@ sysinfo.txt # Crashlytics generated file crashlytics-build.properties +# Common IntelliJ Platform excludes + +# User specific +**/.idea/**/workspace.xml +**/.idea/**/tasks.xml +**/.idea/shelf/* +**/.idea/dictionaries +**/.idea/httpRequests/ + +# Sensitive or high-churn files +**/.idea/**/dataSources/ +**/.idea/**/dataSources.ids +**/.idea/**/dataSources.xml +**/.idea/**/dataSources.local.xml +**/.idea/**/sqlDataSources.xml +**/.idea/**/dynamic.xml + +# Rider +# Rider auto-generates .iml files, and contentModel.xml +**/.idea/**/*.iml +**/.idea/**/contentModel.xml +**/.idea/**/modules.xml + +*.suo +*.user +.vs/ +[Bb]in/ +[Oo]bj/ +_UpgradeReport_Files/ +[Pp]ackages/ + +Thumbs.db +Desktop.ini +.DS_Store +