Skip to content

Commit a05700d

Browse files
committed
update: .gitignore.
1 parent 1f9a482 commit a05700d

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

.gitignore

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,41 @@ app.*.map.json
4343
/android/app/debug
4444
/android/app/profile
4545
/android/app/release
46+
47+
# Apple
48+
**/*.xcodeproj/xcuserdata/
49+
**/*.xcworkspace/xcuserdata/
50+
**/.swiftpm/xcode/xcuserdata/
51+
**/*.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
52+
**/*.xcworkspace/xcshareddata/*.xccheckout
53+
**/*.xcworkspace/xcshareddata/*.xcscmblueprint
54+
**/*.playground/**/timeline.xctimeline
55+
56+
# Build
57+
**/.build/
58+
**/Build/
59+
DerivedData/
60+
*.ipa
61+
62+
# Carthage
63+
Carthage/
64+
65+
# CocoaPods
66+
Pods/
67+
68+
# fastlane
69+
fastlane/report.xml
70+
fastlane/Preview.html
71+
fastlane/screenshots
72+
fastlane/test_output
73+
fastlane/sign&cert
74+
75+
# CSV
76+
*.orig
77+
.svn
78+
79+
# Other
80+
*~
81+
*.save
82+
._*
83+
*.bak

0 commit comments

Comments
 (0)