From: Stas Vilchik Date: Tue, 10 Oct 2017 11:29:55 +0000 (+0200) Subject: ignore .vscode in .flowconfig X-Git-Tag: 6.7-RC1~315 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=850f4d2cf3c070a87a6dc5c8ad42b151db623b01;p=sonarqube.git ignore .vscode in .flowconfig --- diff --git a/server/sonar-web/.flowconfig b/server/sonar-web/.flowconfig index f7a5031db1d..77637514195 100644 --- a/server/sonar-web/.flowconfig +++ b/server/sonar-web/.flowconfig @@ -2,6 +2,7 @@ /node_modules/fbjs.* /node_modules/react-side-effect.* /node/.* +/.vscode/.* [include]