Skip to content

Commit 0218aa6

Browse files
author
Keqiu Hu
authored
Merge pull request #13 from irshadpc/master
Update .gitignore
2 parents a5aaa33 + 6002749 commit 0218aa6

File tree

1 file changed

+67
-5
lines changed

1 file changed

+67
-5
lines changed

.gitignore

Lines changed: 67 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,69 @@
1-
*.pbxuser
2-
xcuserdata
3-
.DS_Store
4-
build/*
1+
# Bluepill Specific file
2+
Bluepill-runner/BPVersion.h
53
result.txt
4+
5+
# Xcode
6+
#
7+
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
8+
9+
## Build generated
10+
build/
11+
DerivedData/
12+
13+
## Various settings
14+
build/*
15+
.DS_Store
16+
*.pbxuser
17+
!default.pbxuser
18+
*.mode1v3
19+
!default.mode1v3
20+
*.mode2v3
21+
!default.mode2v3
22+
*.perspectivev3
23+
!default.perspectivev3
24+
xcuserdata/
25+
26+
## Other
27+
*.moved-aside
28+
*.xcuserstate
629
*.orig
7-
Bluepill-runner/BPVersion.h
30+
31+
## Obj-C/Swift specific
32+
*.hmap
33+
*.ipa
34+
*.dSYM.zip
35+
*.dSYM
36+
37+
# CocoaPods
38+
#
39+
# We recommend against adding the Pods directory to your .gitignore. However
40+
# you should judge for yourself, the pros and cons are mentioned at:
41+
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
42+
#
43+
# Pods/
44+
45+
# Carthage
46+
#
47+
# Add this line if you want to avoid checking in source code from Carthage dependencies.
48+
# Carthage/Checkouts
49+
50+
Carthage/Build
51+
52+
# fastlane
53+
#
54+
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
55+
# screenshots whenever they are needed.
56+
# For more information about the recommended setup visit:
57+
# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
58+
59+
fastlane/report.xml
60+
fastlane/Preview.html
61+
fastlane/screenshots
62+
fastlane/test_output
63+
64+
# Code Injection
65+
#
66+
# After new code Injection tools there's a generated folder /iOSInjectionProject
67+
# https://github.com/johnno1962/injectionforxcode
68+
69+
iOSInjectionProject/

0 commit comments

Comments
 (0)