Skip to content

Commit 0770ba4

Browse files
author
yichenjin
committed
Create .gitignore
1 parent eccde7e commit 0770ba4

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

.gitignore

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# Xcode
2+
build/
3+
xcuserdata
4+
DerivedData
5+
dwarf*.txt
6+
7+
## Other
8+
*.moved-aside
9+
*.xccheckout
10+
*.xcscmblueprint
11+
*.DS_Store
12+
13+
## Obj-C/Swift specific
14+
*.hmap
15+
*.ipa
16+
*.dSYM.zip
17+
*.dSYM
18+
19+
# CocoaPods
20+
#
21+
# We recommend against adding the Pods directory to your .gitignore. However
22+
# you should judge for yourself, the pros and cons are mentioned at:
23+
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
24+
#
25+
Pods/
26+
Pods/Target Support Files/*
27+
Pods/Local Podspecs/*
28+
Pods/Headers
29+
Pods/Pods.xcodeproj
30+
31+
#
32+
# Add this line if you want to avoid checking in source code from the Xcode workspace
33+
*.xcworkspace
34+
35+
# Carthage
36+
#
37+
# Add this line if you want to avoid checking in source code from Carthage dependencies.
38+
# Carthage/Checkouts
39+
40+
Carthage/Build
41+
42+
# fastlane
43+
#
44+
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
45+
# screenshots whenever they are needed.
46+
# For more information about the recommended setup visit:
47+
# https://docs.fastlane.tools/best-practices/source-control/#source-control
48+
49+
fastlane/report.xml
50+
fastlane/Preview.html
51+
fastlane/screenshots/**/*.png
52+
fastlane/test_output
53+
54+
# Code Injection
55+
#
56+
# After new code Injection tools there's a generated folder /iOSInjectionProject
57+
# https://github.com/johnno1962/injectionforxcode
58+
59+
iOSInjectionProject/

0 commit comments

Comments
 (0)