aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore14
1 files changed, 11 insertions, 3 deletions
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