1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-29 06:46:42 +00:00

🧑‍💻 Ignores for Aider AI

This commit is contained in:
Scott Lahteine 2024-10-28 15:52:08 -05:00
parent dff2104c96
commit 9133a2f0f5
2 changed files with 22 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/

1
.gitignore vendored
View File

@ -170,4 +170,5 @@ tags
*.logs
*.bak
.aider*
!.aiderignore
.env