]> source.dussan.org Git - sonarqube.git/commitdiff
Remove duplicated .gitignore
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 21 Sep 2018 09:03:16 +0000 (11:03 +0200)
committerSonarTech <sonartech@sonarsource.com>
Mon, 24 Sep 2018 18:20:57 +0000 (20:20 +0200)
.gitignore
sonar-ws/.gitignore [deleted file]

index eeaa0bc6f6355d9aef387fb22d10d45d4a7faaf5..fd5aad0f75a344fcd4d2a82d364e0af99afbd0d0 100644 (file)
@@ -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 (file)
index b83d222..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/target/