We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ffbfd commit 48474daCopy full SHA for 48474da
.gitignore
@@ -128,3 +128,33 @@ dist
128
.yarn/build-state.yml
129
.yarn/install-state.gz
130
.pnp.*
131
+
132
+# macOS system files
133
+.DS_Store
134
+.AppleDouble
135
+.LSOverride
136
137
+# Icon must end with two \r
138
+Icon
139
140
+# Thumbnails
141
+._*
142
143
+# Files that might appear in the root of a volume
144
+.DocumentRevisions-V100
145
+.fseventsd
146
+.Spotlight-V100
147
+.TemporaryItems
148
+.Trashes
149
+.VolumeIcon.icns
150
+.com.apple.timemachine.donotpresent
151
152
+# Directories potentially created on remote AFP share
153
+.AppleDB
154
+.AppleDesktop
155
+Network Trash Folder
156
+Temporary Items
157
+.apdisk
158
159
+# iCloud generated files
160
+*.icloud
0 commit comments