From 165c5885571822b3b6cd31e3df6f4786d48a068b Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Mon, 23 Jan 2023 16:13:47 -0800 Subject: [PATCH] Updated .gitignore to ignore `.idea/` completely Unless the repository owners wish to have these files in their repo, they should be ignored so that contributors are not stepping around these files. [skip-ci] --- .gitignore | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index fa33bfd3c..14c71ed68 100644 --- a/.gitignore +++ b/.gitignore @@ -166,27 +166,8 @@ packages.config.md5sum # Common IntelliJ Platform excludes -# User specific -**/.idea/**/workspace.xml -**/.idea/**/tasks.xml -**/.idea/shelf/* -**/.idea/dictionaries -**/.idea/.idea.Radarr.Posix -**/.idea/.idea.Radarr.Windows - -# 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 +# Ignore Rider projects completely for now +.idea/ # ignore node_modules symlink node_modules