aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-12-08 22:00:40 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2013-12-08 22:00:40 +0100
commita91e3a76c81fecae8ff628aba24a5c8050dd7828 (patch)
treeb7299ce82fb247b3b5f9c9d0ca440c677f124a59 /.gitignore
parent696bd7fd99706344d784986be717d9e3c9baca4e (diff)
downloadsonarqube-a91e3a76c81fecae8ff628aba24a5c8050dd7828.tar.gz
sonarqube-a91e3a76c81fecae8ff628aba24a5c8050dd7828.zip
JS - improve integration of karma and upgrade to v0.10.8
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
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