diff options
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 |