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:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user