Skip to content

Commit 0e7c22e

Browse files
committed
chore: git ignore ./agents/ and LOCAL.md
1 parent 7d6a01c commit 0e7c22e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,21 @@ install-*.ps1
1818
*.env
1919
.env
2020
!example.env
21+
LOCAL.md
2122

2223
# caches
2324
_cache/
2425
node_modules/
2526

2627
# temporary & backup files
28+
agents/
2729
.*.sw*
2830
*.bak
2931
*.bak.*
32+
tmp
33+
*.tmp
34+
tmp.*
35+
*.tmp.*
3036

3137
# agent session files
3238
agents/

0 commit comments

Comments
 (0)