File tree Expand file tree Collapse file tree 1 file changed +34
-1
lines changed Expand file tree Collapse file tree 1 file changed +34
-1
lines changed Original file line number Diff line number Diff line change 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
235build /
336DerivedData /
@@ -39,4 +72,4 @@ Carthage/Build
3972# fastlane
4073fastlane /report.xml
4174fastlane /screenshots
42- fastlane /test_output
75+ fastlane /test_output
You can’t perform that action at this time.
0 commit comments