From 61ccc959cf5b936b67d2488f6195f85d8ce7834f Mon Sep 17 00:00:00 2001 From: Rahim Rahman Date: Wed, 18 Dec 2024 11:35:39 -0700 Subject: [PATCH] chore: add .aider* to gitignore (#8425) --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a7a100c2d..c532e55be 100644 --- a/.gitignore +++ b/.gitignore @@ -120,4 +120,5 @@ libraries/**/**/build libraries/**/**/.build # Android sounds -android/app/src/main/res/raw/* \ No newline at end of file +android/app/src/main/res/raw/* +.aider*