diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-10-16 09:49:14 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-10-16 16:41:53 +0200 |
commit | b8ce8fff6dbe976b11178ca217995dba7e806e64 (patch) | |
tree | 87a1017dc95835f0e8cf8fbf18122ce665f0f0ae /.gitignore | |
parent | 49adc7878f00da00ed090aebdc4effe7b48f03cf (diff) | |
download | sonarqube-b8ce8fff6dbe976b11178ca217995dba7e806e64.tar.gz sonarqube-b8ce8fff6dbe976b11178ca217995dba7e806e64.zip |
Add missing build/ to .gitignore
[skip ci]
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 389038e36f2..d83bd7522a7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # ---- Gradle +build/ .gradle/ .gradletasknamecache classes/ |