1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-22 18:25:18 +00:00

🧑‍💻 Ignores for Aider AI

This commit is contained in:
Scott Lahteine 2024-10-28 15:52:08 -05:00
parent e8d9bc3b65
commit bfd2a7bf01
2 changed files with 24 additions and 0 deletions

21
.aiderignore Normal file
View File

@ -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/

3
.gitignore vendored
View File

@ -168,3 +168,6 @@ __pycache__
tags
*.logs
*.bak
.aider*
!.aiderignore
.env