diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-14 09:14:47 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-14 09:14:47 +0200 |
commit | e54940fd9ea100740082939b9a28157d3803d462 (patch) | |
tree | b60e9a22f98fdd33815252f9a18da133eb786116 /server/sonar-web/.gitignore | |
parent | 1de4e949ef73b086e5ff5cef2b39fdb3c3553d41 (diff) | |
download | sonarqube-e54940fd9ea100740082939b9a28157d3803d462.tar.gz sonarqube-e54940fd9ea100740082939b9a28157d3803d462.zip |
Temporarily re-enable Rails dev mode in sonar-web
Diffstat (limited to 'server/sonar-web/.gitignore')
-rw-r--r-- | server/sonar-web/.gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/server/sonar-web/.gitignore b/server/sonar-web/.gitignore index aaf8a673ae6..88be9357e05 100644 --- a/server/sonar-web/.gitignore +++ b/server/sonar-web/.gitignore @@ -7,4 +7,6 @@ node_modules/ # build src/main/webapp/build/ src/main/webapp/js/ -src/main/webapp/css/
\ No newline at end of file +src/main/webapp/css/ +src/main/webapp/WEB-INF/lib/*.jar +!src/main/webapp/WEB-INF/lib/eastwood-1.1.0.jar |