Skip to content

Commit 0dc94c8

Browse files
committed
fix: ignore .DS_Store file recursively
1 parent bc55d31 commit 0dc94c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
.idea
22
/vendor/
3-
composer.lock
3+
composer.lock
4+
.DS_Store
5+
**/.DS_Store

0 commit comments

Comments
 (0)