Explorar o código

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

避免examples目录下的文件被意外提交到版本库
刘文武 hai 1 semana
pai
achega
848fd0a4ec
Modificáronse 1 ficheiros con 2 adicións e 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/