Sfoglia il codice sorgente

feat(git): ignore Aider cache and history

Joe 8 mesi fa
parent
commit
eca0729a42
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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.*