diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-01-15 16:31:30 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-01-15 16:31:30 +0000 |
commit | 733c96ce2af902f957d9f9550720d9bb989c63e7 (patch) | |
tree | 1607eb7c6f11757e3f0c96b285b1bd3b49676564 /.gitignore | |
parent | a12219034d06cfe1ef54b3445fc79038e4fa2e9f (diff) | |
download | redmine-733c96ce2af902f957d9f9550720d9bb989c63e7.tar.gz redmine-733c96ce2af902f957d9f9550720d9bb989c63e7.zip |
Source: ignore .idea (#24523).
Patch by Javier Menéndez.
git-svn-id: http://svn.redmine.org/redmine/trunk@16205 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 173b030c2..e19e36c2d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /.project +/.idea /.loadpath /.powrc /.rvmrc |