This commit is contained in:
Paul Gauthier 2024-08-01 17:20:46 -03:00
parent 008ae54a55
commit 83b72c5a5d
5 changed files with 18 additions and 1 deletions

View file

@ -152,6 +152,9 @@
## Specify the aider ignore file (default: .aiderignore in git root)
#aiderignore: .aiderignore
## Only consider files in the current subtree of the git repository
#subtree-only: false
## Enable/disable auto commit of LLM changes (default: True)
#auto-commits: true

View file

@ -156,6 +156,9 @@
## Specify the aider ignore file (default: .aiderignore in git root)
#AIDER_AIDERIGNORE=.aiderignore
## Only consider files in the current subtree of the git repository
#AIDER_SUBTREE_ONLY=false
## Enable/disable auto commit of LLM changes (default: True)
#AIDER_AUTO_COMMITS=true