File tree Expand file tree Collapse file tree 1 file changed +63
-6
lines changed Expand file tree Collapse file tree 1 file changed +63
-6
lines changed Original file line number Diff line number Diff line change 1
- # OS X
2
- .DS_Store
1
+ # Created by https://www.gitignore.io
3
2
4
3
# Xcode
5
4
build /
@@ -13,13 +12,71 @@ build/
13
12
! default.perspectivev3
14
13
xcuserdata
15
14
* .xccheckout
16
- profile
17
15
* .moved-aside
18
16
DerivedData
17
+ * .xcuserstate
19
18
* .hmap
20
- * .xccheckout
19
+ * .ipa
20
+
21
+ timeline.xctimeline
22
+
21
23
# AppCode
22
- .idea /
24
+ .idea
23
25
26
+ # CocoaPods
27
+ #
28
+ # We recommend against adding the Pods directory to your .gitignore. However
29
+ # you should judge for yourself, the pros and cons are mentioned at:
30
+ # http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
31
+ #
32
+ Pods /
33
+
34
+ # Carthage
35
+ #
36
+ # Add this line if you want to avoid checking in source code from Carthage dependencies.
37
+ Carthage /Checkouts
24
38
Carthage /Build
25
- Demo /Pods
39
+
40
+ # OSX
41
+ .DS_Store
42
+ .AppleDouble
43
+ .LSOverride
44
+
45
+ # Icon must end with two \r
46
+ Icon
47
+
48
+ # Thumbnails
49
+ ._ *
50
+
51
+ # Files that might appear in the root of a volume
52
+ .DocumentRevisions-V100
53
+ .fseventsd
54
+ .Spotlight-V100
55
+ .TemporaryItems
56
+ .Trashes
57
+ .VolumeIcon.icns
58
+
59
+ # Directories potentially created on remote AFP share
60
+ .AppleDB
61
+ .AppleDesktop
62
+ Network Trash Folder
63
+ Temporary Items
64
+ .apdisk
65
+ images /logo.sketch
66
+
67
+ # Fastlane specific
68
+ fastlane /report.xml
69
+
70
+ # Deliver temporary files
71
+ fastlane /Preview.html
72
+
73
+ # Snapshot generated screenshots
74
+ fastlane /screenshots /** /* .png
75
+ fastlane /screenshots /screenshots.html
76
+
77
+ # Temporary files
78
+ fastlane /test_output
79
+ test_output
80
+ fastlane /.env
81
+ pre-change.yml
82
+ .build
You can’t perform that action at this time.
0 commit comments