소스 검색

feat(git): ignore Aider cache and history

Joe 8 달 전
부모
커밋
eca0729a42
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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.*