From d2410ce9f3d79f1049c9981df9c349a3858a89e7 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Fri, 21 Sep 2018 11:03:16 +0200 Subject: [PATCH] Remove duplicated .gitignore --- .gitignore | 14 +++++++++++--- sonar-ws/.gitignore | 1 - 2 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 sonar-ws/.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/ -- 2.39.5