Skip to content

Commit 8b2604f

Browse files
committed
adjusted gitignore
1 parent 033742d commit 8b2604f

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ yarn-debug.log*
3333
yarn-error.log*
3434
pnpm-debug.log*
3535

36+
# Local configurations
37+
*.local.md
38+
.cursor
39+
.claude
40+
.codex
41+
.roo
42+
3643
# Environment
3744
.env
3845
.env.local
@@ -43,4 +50,4 @@ coverage/
4350
.nyc_output/
4451

4552
# Electron
46-
release/
53+
release/

0 commit comments

Comments
 (0)