From 733c96ce2af902f957d9f9550720d9bb989c63e7 2017-01-15 16:31:30 From: Jean-Philippe Lang Date: 2017-01-15 16:31:30 Subject: [PATCH] Source: ignore .idea (#24523). Patch by Javier Menéndez. git-svn-id: http://svn.redmine.org/redmine/trunk@16205 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/.gitignore b/.gitignore index 173b030..e19e36c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /.project +/.idea /.loadpath /.powrc /.rvmrc diff --git a/.hgignore b/.hgignore index cbc028a..e1e895d 100644 --- a/.hgignore +++ b/.hgignore @@ -1,6 +1,7 @@ syntax: glob .project +.idea .loadpath .powrc .rvmrc