From 76f3fd38ad7e8b015fd3d06a2c6e22e489d3ebbb Mon Sep 17 00:00:00 2001 From: voodoorai2000 Date: Sat, 6 Apr 2019 11:58:00 +0200 Subject: [PATCH] Ignore Intellij IDE project settings Some developers use the Intellij IDE to program in Rails. Adding the /.idea folder where project settings are stored, so that these files do not have to be skipped manually when sending a PR upstream. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 865001781..31491de9d 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,10 @@ # Mac finder artifacts .DS_Store + +# Intellij IDE project settings +/.idea + .ruby-gemset public/sitemap.xml