diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-08-15 13:43:14 +0200 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-08-16 09:13:02 +0200 |
commit | 8291dc2ef2e08639a700fdbdbc767b012e3faa91 (patch) | |
tree | ce0405c17f092bded569569983f17c97255df633 /server/sonar-web/.gitignore | |
parent | c26fb2558134abbbd0027a50daee65eb3085bcf3 (diff) | |
download | sonarqube-8291dc2ef2e08639a700fdbdbc767b012e3faa91.tar.gz sonarqube-8291dc2ef2e08639a700fdbdbc767b012e3faa91.zip |
Configure for use with Typescript
Diffstat (limited to 'server/sonar-web/.gitignore')
-rw-r--r-- | server/sonar-web/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/sonar-web/.gitignore b/server/sonar-web/.gitignore index 33a00eab2a5..260c9ca73d7 100644 --- a/server/sonar-web/.gitignore +++ b/server/sonar-web/.gitignore @@ -11,6 +11,9 @@ npm.tar.gz # VS Code .vscode/ +#webpack +.awcache/ + # build build/ src/main/webapp/js/ |