Browse Source

feat(git): ignore Aider cache and history

Joe 8 months ago
parent
commit
eca0729a42
1 changed files with 4 additions and 0 deletions
  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.*