瀏覽代碼

feat(git): ignore Aider cache and history

Joe 8 月之前
父節點
當前提交
eca0729a42
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .config/git/ignore

+ 4 - 0
.config/git/ignore

@@ -21,3 +21,7 @@ node_modules/
 venv/
 .venv/
 
+# Aider
+/.aider.*.cache.*
+/.aider.*.history
+/.aider.*.history.*