File tree Expand file tree Collapse file tree 4 files changed +68
-2
lines changed Expand file tree Collapse file tree 4 files changed +68
-2
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ buck-out/
6363
6464# CocoaPods
6565template /ios /Pods /
66+ template /ios /Podfile.lock
6667template /android /build /
6768
6869.DS_Store
Original file line number Diff line number Diff line change 11{
22 "name" : " @hmarques98/react-native-template-typescript" ,
3- "version" : " 1.0.5 " ,
3+ "version" : " 1.0.6 " ,
44 "description" : " A minimal template with good architecture and common packages to let you focus on writing features right away." ,
55 "scripts" : {},
66 "files" : [
Original file line number Diff line number Diff line change @@ -62,4 +62,4 @@ buck-out/
6262
6363# CocoaPods
6464/ios /Pods /
65-
65+ / ios / Podfile.lock
Original file line number Diff line number Diff line change 1+ # OSX
2+ #
3+ .DS_Store
4+
5+ # Xcode
6+ #
7+ build/
8+ *.pbxuser
9+ !default.pbxuser
10+ *.mode1v3
11+ !default.mode1v3
12+ *.mode2v3
13+ !default.mode2v3
14+ *.perspectivev3
15+ !default.perspectivev3
16+ xcuserdata
17+ *.xccheckout
18+ *.moved-aside
19+ DerivedData
20+ *.hmap
21+ *.ipa
22+ *.xcuserstate
23+
24+ # Android/IntelliJ
25+ #
26+ build/
27+ .idea
28+ .gradle
29+ local.properties
30+ *.iml
31+
32+ # Visual Studio Code
33+ #
34+ .vscode/
35+ .env
36+
37+ # node.js
38+ #
39+ node_modules/
40+ npm-debug.log
41+ yarn-error.log
42+
43+ # BUCK
44+ buck-out/
45+ \.buckd/
46+ *.keystore
47+ !debug.keystore
48+
49+ # fastlane
50+ #
51+ # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
52+ # screenshots whenever they are needed.
53+ # For more information about the recommended setup visit:
54+ # https://docs.fastlane.tools/best-practices/source-control/
55+
56+ */fastlane/report.xml
57+ */fastlane/Preview.html
58+ */fastlane/screenshots
59+
60+ # Bundle artifact
61+ *.jsbundle
62+
63+ # CocoaPods
64+ /ios/Pods/
65+
You can’t perform that action at this time.
0 commit comments