]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
gitignore: add aider
authorjouyouyun <yanbowen@uniontech.com>
Mon, 20 Oct 2025 08:56:02 +0000 (16:56 +0800)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 20 Oct 2025 10:39:25 +0000 (11:39 +0100)
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

.gitignore

index 73ab928bb68ef426a624d28cce9d581a7b8f0951..c5d98a4ece9a49a094740ca0b231c3f52cf8de3d 100644 (file)
@@ -33,3 +33,4 @@ __pycache__/
 .dir-locals-2.el
 .vscode/
 /pkg/
+.aider*