mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-03-23 06:36:34 +00:00
🧑💻 Ignores for Aider AI
This commit is contained in:
parent
e8d9bc3b65
commit
bfd2a7bf01
2 changed files with 24 additions and 0 deletions
21
.aiderignore
Normal file
21
.aiderignore
Normal 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
3
.gitignore
vendored
|
@ -168,3 +168,6 @@ __pycache__
|
||||||
tags
|
tags
|
||||||
*.logs
|
*.logs
|
||||||
*.bak
|
*.bak
|
||||||
|
.aider*
|
||||||
|
!.aiderignore
|
||||||
|
.env
|
||||||
|
|
Loading…
Add table
Reference in a new issue