diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-12-07 19:41:05 +0100 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-12-07 19:41:05 +0100 |
commit | 0909240266a5af416a8b5167e66d6f2664308164 (patch) | |
tree | 4351050b05ef70a09ee5a32b85852fdeb3ee5b05 /.gitignore | |
parent | de3b7cc00ae177eff3b88e4e1c784d695f9c7783 (diff) | |
download | sonarqube-0909240266a5af416a8b5167e66d6f2664308164.tar.gz sonarqube-0909240266a5af416a8b5167e66d6f2664308164.zip |
Add .idea directories to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5aec99e7667..62adcb51de2 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ target/ *.iws *.iml *.ipr +.idea/ # Eclipse .classpath |