From f5152179e1d2fbea4cd1e4b4f43714b7883fa3d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Thu, 9 Dec 2021 17:57:05 +0100 Subject: [PATCH] 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). --- .gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2d77a00fa..ac202b0d6 100644 --- a/.gitignore +++ b/.gitignore @@ -25,9 +25,6 @@ # Mac finder artifacts .DS_Store -# Intellij IDE project settings -/.idea - .ruby-gemset public/sitemap.xml