Skip to content

Commit 9006bba

Browse files
committed
Fix gitignore to add DS_Store
Signed-off-by: Ricardo Zanini <[email protected]>
1 parent 08fa662 commit 9006bba

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.DS_Store

-6 KB
Binary file not shown.

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@ target/
2828
build/
2929

3030
### VS Code ###
31-
.vscode/
31+
.vscode/
32+
33+
.DS_Store

0 commit comments

Comments
 (0)