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.
This commit is contained in:
voodoorai2000
2019-04-06 11:58:00 +02:00
parent 3e46153a97
commit 76f3fd38ad

4
.gitignore vendored
View File

@@ -29,6 +29,10 @@
# Mac finder artifacts # Mac finder artifacts
.DS_Store .DS_Store
# Intellij IDE project settings
/.idea
.ruby-gemset .ruby-gemset
public/sitemap.xml public/sitemap.xml