Explorar el Código

chore: 将examples目录添加到.gitignore中

避免examples目录下的文件被意外提交到版本库
刘文武 hace 1 semana
padre
commit
848fd0a4ec
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      .gitignore

+ 2 - 1
.gitignore

@@ -78,4 +78,5 @@ examples/plan/*
 knowhub/milvus_data/
 
 # Vendor (non-submodule)
-vendor/browser-use/
+vendor/browser-use/
+examples/