Remove references to IDEA files in gitignore
We can't cover the files for every editor out there, so we're removing it in the name of neutrality. Developers using this editor to work with CONSUL can add the `.idea` to their global gitignore configuration (on GNU/Linux systems, for instance, the `~/.config/git/ignore` file).
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -25,9 +25,6 @@
|
|||||||
# 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