Skip to content

Commit 48474da

Browse files
committed
mac gitignore
1 parent 05ffbfd commit 48474da

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.gitignore

+30
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,33 @@ dist
128128
.yarn/build-state.yml
129129
.yarn/install-state.gz
130130
.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

Comments
 (0)