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:
Javi Martín
2021-12-09 17:57:05 +01:00
parent e98dc0923c
commit f5152179e1

3
.gitignore vendored
View File

@@ -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