Add .aider files to .gitignore

- Exclude .aider files from version control.
- This prevents accidental commits of generated files.
- Ensures a cleaner repository.
This commit is contained in:
Roger Gonzalez 2025-03-30 12:52:29 -03:00
parent 76ff6af6d5
commit 5d8d4f7b61
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

2
.gitignore vendored
View File

@ -69,3 +69,5 @@ flycheck_*.el
# End of https://www.toptal.com/developers/gitignore/api/elisp,emacs
.aider*