Skip to content

Commit 67818bd

Browse files
ci: add .ds_store to .gitignore
1 parent 65c936d commit 67818bd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,4 +181,7 @@ planning/
181181
.cursor/
182182

183183
# Ignore our examples directory (for now)
184-
examples/
184+
examples/
185+
186+
# Ignore Apple artifacts
187+
.DS_Store

0 commit comments

Comments
 (0)