From: Simon Brandhof Date: Fri, 21 Sep 2018 09:03:16 +0000 (+0200) Subject: Remove duplicated .gitignore X-Git-Tag: 7.5~448 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d2410ce9f3d79f1049c9981df9c349a3858a89e7;p=sonarqube.git Remove duplicated .gitignore --- diff --git a/.gitignore b/.gitignore index eeaa0bc6f63..fd5aad0f75a 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,12 @@ out/ # Directories generated on build on Windows bin/ +# npm logs +npm-debug.log* +npm.tar.gz +yarn-debug.log* +yarn-error.log* + # ---- Eclipse .classpath .project @@ -37,10 +43,12 @@ Thumbs.db # Folder config file Desktop.ini -# ---- vscode -.vscode +# ---- frontend +node/ +node_modules/ +.vscode/ -# ---- Sonar +# ---- SonarQube .sonar/ # scripts patches, they are local to each developer diff --git a/sonar-ws/.gitignore b/sonar-ws/.gitignore deleted file mode 100644 index b83d22266ac..00000000000 --- a/sonar-ws/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/target/