Browse Source

feat(git): ignore Aider cache and history

Joe 8 tháng trước cách đây
mục cha
commit
eca0729a42
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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.*