diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2019-04-01 14:24:31 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-04-03 20:21:06 +0200 |
commit | 03da034980ce4559787a2b2621e75c2266c27e31 (patch) | |
tree | 069a8199d7123df9e0c6ece68fd74d9f0ef004b1 /.gitignore | |
parent | 70a28fb2ecd7eae2b9282221793ac54ac0c37dce (diff) | |
download | sonarqube-03da034980ce4559787a2b2621e75c2266c27e31.tar.gz sonarqube-03da034980ce4559787a2b2621e75c2266c27e31.zip |
Upgrade Orchestrator to 3.22.0.1791 (embedding scanner 3.3.0.1492)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0ca67625b6a..0b8413d690e 100644 --- a/.gitignore +++ b/.gitignore @@ -57,6 +57,7 @@ node_modules/ # ---- SonarQube .sonar/ +.scannerwork/ # scripts patches, they are local to each developer scripts/patches/*.* |