diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-12-07 21:32:24 +0100 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-12-07 21:32:24 +0100 |
commit | b214f4a59a659dd728db2743b135b6d6e9070e61 (patch) | |
tree | 69d46e193bc0d607e73ab2f9a2dbef619cd039a8 | |
parent | 0909240266a5af416a8b5167e66d6f2664308164 (diff) | |
download | sonarqube-b214f4a59a659dd728db2743b135b6d6e9070e61.tar.gz sonarqube-b214f4a59a659dd728db2743b135b6d6e9070e61.zip |
Add Idea file to .gitignore
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 62adcb51de2..b9c1918a63f 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ target/ *.iml *.ipr .idea/ +sonar-server/src/main/webapp/WEB-INF/.rakeTasks # Eclipse .classpath |