Explorar el Código

feat(git): ignore Aider cache and history

Joe hace 8 meses
padre
commit
eca0729a42
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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.*