From 9133a2f0f5c9db9f98fd781748352e7e0f9da0d3 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Mon, 28 Oct 2024 15:52:08 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=91=E2=80=8D=F0=9F=92=BB=20Ignores=20f?= =?UTF-8?q?or=20Aider=20AI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .aiderignore | 21 +++++++++++++++++++++ .gitignore | 1 + 2 files changed, 22 insertions(+) create mode 100644 .aiderignore diff --git a/.aiderignore b/.aiderignore new file mode 100644 index 0000000000..b80c459446 --- /dev/null +++ b/.aiderignore @@ -0,0 +1,21 @@ +# Build artifacts +buildroot/ +*.o +*.a +*.so +*.dylib +*.dll +*.exe + +# Web assets +*.min.js +*.min.css + +# Generated files +__pycache__/ +*.pyc +.DS_Store + +# IDE files +.vscode/ +.idea/ diff --git a/.gitignore b/.gitignore index a41bfe38cf..daa5c5c288 100755 --- a/.gitignore +++ b/.gitignore @@ -170,4 +170,5 @@ tags *.logs *.bak .aider* +!.aiderignore .env