diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-01-31 13:01:29 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-01-31 13:01:29 +0100 |
commit | c2fe2c361188c72311cbd755e4249ca539416196 (patch) | |
tree | 780aeb56a39b252ebaba22b9743c2295de82bcb8 /.gitignore | |
parent | e62baf9b1d29eea00f49729de29513a17ce311f1 (diff) | |
download | sonarqube-c2fe2c361188c72311cbd755e4249ca539416196.tar.gz sonarqube-c2fe2c361188c72311cbd755e4249ca539416196.zip |
Complete .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 303d1b21eeb..b0a2ca22f68 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ sonar-server/src/main/webapp/stylesheets/sonar-colorizer.css sonar-server/src/main/webapp/deploy/gwt sonar-server/src/main/webapp/deploy/plugins +sonar-server/src/main/webapp/deploy/bootstrap sonar-server/src/main/webapp/deploy/jdbc-driver.jar sonar-server/src/main/webapp/deploy/maven/org sonar-server/src/main/webapp/WEB-INF/log/ |