Skip to content

Commit df2cd6d

Browse files
committed
Update, .gitignore macos
1 parent dbb2148 commit df2cd6d

File tree

1 file changed

+36
-3
lines changed

1 file changed

+36
-3
lines changed

.gitignore

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Created by https://www.toptal.com/developers/gitignore/api/android,androidstudio
2-
# Edit at https://www.toptal.com/developers/gitignore?templates=android,androidstudio
1+
# Created by https://www.toptal.com/developers/gitignore/api/android,androidstudio,macos
2+
# Edit at https://www.toptal.com/developers/gitignore?templates=android,androidstudio,macos
33

44
### Android ###
55
# Gradle files
@@ -42,6 +42,39 @@ gen-external-apklibs
4242
# Replacement of .externalNativeBuild directories introduced
4343
# with Android Studio 3.5.
4444

45+
### macOS ###
46+
# General
47+
.DS_Store
48+
.AppleDouble
49+
.LSOverride
50+
51+
# Icon must end with two \r
52+
Icon
53+
54+
55+
# Thumbnails
56+
._*
57+
58+
# Files that might appear in the root of a volume
59+
.DocumentRevisions-V100
60+
.fseventsd
61+
.Spotlight-V100
62+
.TemporaryItems
63+
.Trashes
64+
.VolumeIcon.icns
65+
.com.apple.timemachine.donotpresent
66+
67+
# Directories potentially created on remote AFP share
68+
.AppleDB
69+
.AppleDesktop
70+
Network Trash Folder
71+
Temporary Items
72+
.apdisk
73+
74+
### macOS Patch ###
75+
# iCloud generated files
76+
*.icloud
77+
4578
### AndroidStudio ###
4679
# Covers files to be ignored for android development using Android Studio.
4780

@@ -164,6 +197,6 @@ fabric.properties
164197

165198
!/gradle/wrapper/gradle-wrapper.jar
166199

167-
# End of https://www.toptal.com/developers/gitignore/api/android,androidstudio
200+
# End of https://www.toptal.com/developers/gitignore/api/android,androidstudio,macos
168201

169202
*.salive

0 commit comments

Comments
 (0)