Skip to content

Commit 5178033

Browse files
committed
Add .DS_Store to the .gitignore file to ignore macOS system files.
1 parent 80d8d74 commit 5178033

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ db
2020

2121
.yarn
2222
.claude/settings.local.json
23-
*.sqlite
23+
*.sqlite
24+
.DS_Store

0 commit comments

Comments
 (0)