mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
gitignore: add aider
Aider is an open-source AI coding assistant. When used, it generates history, cache, and other files in the project. To prevent these files from being committed, you need to add .aider* to your .gitignore file
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -33,3 +33,4 @@ __pycache__/
|
||||
.dir-locals-2.el
|
||||
.vscode/
|
||||
/pkg/
|
||||
.aider*
|
||||
|
||||
Reference in New Issue
Block a user