diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-11 17:10:13 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-11 17:10:13 +0200 |
commit | 1de4e949ef73b086e5ff5cef2b39fdb3c3553d41 (patch) | |
tree | 5f53797f1a21cc7854db1db5f4a4010322e8db45 /server/sonar-web/.gitignore | |
parent | d67483d12ef1768adda8f87db349915891f3b19a (diff) | |
download | sonarqube-1de4e949ef73b086e5ff5cef2b39fdb3c3553d41.tar.gz sonarqube-1de4e949ef73b086e5ff5cef2b39fdb3c3553d41.zip |
SONAR-5408 extract sonar-web from sonar-server
Diffstat (limited to 'server/sonar-web/.gitignore')
-rw-r--r-- | server/sonar-web/.gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/server/sonar-web/.gitignore b/server/sonar-web/.gitignore new file mode 100644 index 00000000000..aaf8a673ae6 --- /dev/null +++ b/server/sonar-web/.gitignore @@ -0,0 +1,10 @@ +# nodeJS downloaded by Maven +node/ + +# nodeJS dependencies +node_modules/ + +# build +src/main/webapp/build/ +src/main/webapp/js/ +src/main/webapp/css/
\ No newline at end of file |