0
0
Prechádzať zdrojové kódy

feat(git): ignore Aider cache and history

Joe 8 mesiacov pred
rodič
commit
eca0729a42
1 zmenil súbory, kde vykonal 4 pridanie a 0 odobranie
  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.*