Skip to content

Commit bee5191

Browse files
committed
updated CosyncStorage Expo
1 parent 2776d98 commit bee5191

File tree

4 files changed

+6435
-35819
lines changed

4 files changed

+6435
-35819
lines changed

CosyncStorage/CosyncStorageReactExpo/.gitignore

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,65 @@ web-build/
1313
# macOS
1414
.DS_Store
1515
/ios/Pods/
16+
17+
# @generated expo-cli sync-b25d41054229aa64f1468014f243adfae8268af2
18+
# The following patterns were generated by expo-cli
19+
20+
# OSX
21+
#
22+
.DS_Store
23+
24+
# Xcode
25+
#
26+
build/
27+
*.pbxuser
28+
!default.pbxuser
29+
*.mode1v3
30+
!default.mode1v3
31+
*.mode2v3
32+
!default.mode2v3
33+
*.perspectivev3
34+
!default.perspectivev3
35+
xcuserdata
36+
*.xccheckout
37+
*.moved-aside
38+
DerivedData
39+
*.hmap
40+
*.ipa
41+
*.xcuserstate
42+
project.xcworkspace
43+
44+
# Android/IntelliJ
45+
#
46+
build/
47+
.idea
48+
.gradle
49+
local.properties
50+
*.iml
51+
*.hprof
52+
.cxx/
53+
54+
# node.js
55+
#
56+
node_modules/
57+
npm-debug.log
58+
yarn-error.log
59+
60+
# BUCK
61+
buck-out/
62+
\.buckd/
63+
*.keystore
64+
!debug.keystore
65+
66+
# Bundle artifacts
67+
*.jsbundle
68+
69+
# CocoaPods
70+
/ios/Pods/
71+
72+
# Expo
73+
.expo/
74+
web-build/
75+
dist/
76+
77+
# @end expo-cli

0 commit comments

Comments
 (0)