瀏覽代碼

chore: 添加忽略文件以排除输出目录和日志文件

防止将 output 目录、debug.log、info.log 和 .browser_use_files 等文件提交到仓库,这些通常是本地运行或调试时生成的临时文件。
max_liu 6 月之前
父節點
當前提交
b55ce78198
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

@@ -46,3 +46,7 @@ htmlcov/
 # Misc
 # Misc
 .DS_Store
 .DS_Store
 Thumbs.db
 Thumbs.db
+output/
+debug.log
+info.log
+.browser_use_files