ccj 3 years ago
parent
commit
e741bacfcd
1 changed files with 10 additions and 1 deletions
  1. 10 1
      .gitignore

+ 10 - 1
.gitignore

@@ -168,4 +168,13 @@ deployment.yaml
 ######################
 Dockerfile
 /.recommenders/
-/unpackage/
+
+### target ###
+/target/
+/unpackage/cache/
+/unpackage/debug/
+/unpackage/dist/
+
+
+###node_modules###
+/node_modules/