Skip to content

Commit aba5e20

Browse files
committed
Update .gitignore
1 parent a0bfd80 commit aba5e20

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

.gitignore

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
#--------------------------------------------------------------------------------
2+
# https://github.com/github/gitignore/blob/master/Global/OSX.gitignore
3+
#--------------------------------------------------------------------------------
4+
.DS_Store
5+
.AppleDouble
6+
.LSOverride
7+
8+
# Icon must end with two \r
9+
Icon
10+
11+
# Thumbnails
12+
._*
13+
14+
# Files that might appear in the root of a volume
15+
.DocumentRevisions-V100
16+
.fseventsd
17+
.Spotlight-V100
18+
.TemporaryItems
19+
.Trashes
20+
.VolumeIcon.icns
21+
22+
# Directories potentially created on remote AFP share
23+
.AppleDB
24+
.AppleDesktop
25+
Network Trash Folder
26+
Temporary Items
27+
.apdisk
28+
29+
#--------------------------------------------------------------------------------
30+
# https://github.com/github/gitignore/blob/master/Global/Xcode.gitignore
31+
# https://github.com/github/gitignore/blob/master/Objective-C.gitignore
32+
# https://github.com/github/gitignore/blob/master/Swift.gitignore
33+
#--------------------------------------------------------------------------------
134
## Build generated
235
build/
336
DerivedData/
@@ -39,4 +72,4 @@ Carthage/Build
3972
# fastlane
4073
fastlane/report.xml
4174
fastlane/screenshots
42-
fastlane/test_output
75+
fastlane/test_output

0 commit comments

Comments
 (0)