Skip to content
This repository was archived by the owner on Jun 17, 2023. It is now read-only.

Commit 73325a9

Browse files
committed
feat: added DS_Store to gitignore
1 parent 4391e86 commit 73325a9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.DS_Store

-8 KB
Binary file not shown.

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,13 @@ typings/
112112
options.json
113113
.vscode/settings.json
114114

115+
# macOS
116+
.DS_Store
117+
115118
# yarn
116119
.yarn/*
117120
!.yarn/releases
118121
!.yarn/patches
119122
!.yarn/plugins
120123
!.yarn/sdks
121-
!.yarn/versions
124+
!.yarn/versions

0 commit comments

Comments
 (0)