Skip to content

Commit 9133a2f

Browse files
committed
πŸ§‘β€πŸ’» Ignores for Aider AI
1 parent dff2104 commit 9133a2f

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

β€Ž.aiderignore

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Build artifacts
2+
buildroot/
3+
*.o
4+
*.a
5+
*.so
6+
*.dylib
7+
*.dll
8+
*.exe
9+
10+
# Web assets
11+
*.min.js
12+
*.min.css
13+
14+
# Generated files
15+
__pycache__/
16+
*.pyc
17+
.DS_Store
18+
19+
# IDE files
20+
.vscode/
21+
.idea/

β€Ž.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,5 @@ tags
170170
*.logs
171171
*.bak
172172
.aider*
173+
!.aiderignore
173174
.env

0 commit comments

Comments
Β (0)