Skip to content

Commit 5255acb

Browse files
committed
chore: add .aider* to .gitignore
1 parent 853c44b commit 5255acb

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.gitignore

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
###############
2-
# folder #
3-
###############
4-
/**/DROP/
5-
/**/TEMP/
6-
/**/packages/
7-
/**/bin/
8-
/**/obj/
9-
_site
1+
###############
2+
# folder #
3+
###############
4+
/**/DROP/
5+
/**/TEMP/
6+
/**/packages/
7+
/**/bin/
8+
/**/obj/
9+
_site
10+
.aider*

0 commit comments

Comments
 (0)