File tree Expand file tree Collapse file tree 3 files changed +45
-12
lines changed Expand file tree Collapse file tree 3 files changed +45
-12
lines changed Original file line number Diff line number Diff line change 1- * .xcworkspace
1+ # OSX
2+ .DS_Store
3+
4+ # Xcode
5+ build /
6+ * .pbxuser
7+ ! default.pbxuser
8+ * .mode1v3
9+ ! default.mode1v3
10+ * .mode2v3
11+ ! default.mode2v3
12+ * .perspectivev3
13+ ! default.perspectivev3
214xcuserdata
15+ * .xccheckout
16+ * .moved-aside
17+ DerivedData
18+ * .hmap
19+ * .ipa
20+ * .xcuserstate
21+ project.xcworkspace
22+
23+ # Android/IntelliJ
24+ build /
25+ .idea
26+ .gradle
27+ local.properties
28+ * .iml
329
4- npm-debug.log *
5- yarn-debug.log *
6- yarn-error.log *
30+ # node.js
731node_modules /
32+ npm-debug.log
33+ yarn-error.log
834
9- * .DS_Store
10- Thumbs.db
11- Desktop.ini
35+ # BUCK
36+ buck-out /
37+ \. buckd /
38+ * .keystore
1239
13- .vscode /
40+ # Bundle artifact
41+ * .jsbundle
1442
15- android /build /
43+ # CocoaPods
44+ Pods /
45+
46+ # VScode
47+ .vscode /
Original file line number Diff line number Diff line change 11example /
2+ node_modules /
Original file line number Diff line number Diff line change 1- android /
2- ios /
3- example /node_modules /
1+ node_modules
2+ example / android / app / build
3+ example /ios / Pods
You can’t perform that action at this time.
0 commit comments