diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index c5b172c3537..feb8c276e46 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +# The following should be moved in related sub-directories sonar-server/src/main/webapp/stylesheets/sonar-colorizer.css sonar-server/src/main/webapp/deploy/gwt sonar-server/src/main/webapp/deploy/plugins @@ -7,20 +8,19 @@ sonar-server/src/main/webapp/WEB-INF/log/ sonar-server/src/main/webapp/deploy/*.jar sonar-server/src/main/webapp/deploy/jdbc-driver.txt -# javadoc +# ---- Javadoc docs.tar -# Maven +# ---- Maven target/ -# IntelliJ IDEA +# ---- IntelliJ IDEA *.iws *.iml *.ipr .idea/ -sonar-server/src/main/webapp/WEB-INF/.rakeTasks -# Eclipse +# ---- Eclipse .classpath .project .settings |