andrea.nieves7 1 rok temu
rodzic
commit
5eb741733c
2 zmienionych plików z 797 dodań i 72 usunięć
  1. 56
    56
      .gitignore
  2. 741
    16
      yarn.lock

+ 56
- 56
.gitignore Wyświetl plik

@@ -1,56 +1,56 @@
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
-project.xcworkspace
24
-
25
-# Android/IntelliJ
26
-#
27
-build/
28
-.idea
29
-.gradle
30
-local.properties
31
-*.iml
32
-*.hprof
33
-.cxx/
34
-
35
-# node.js
36
-#
37
-node_modules/
38
-npm-debug.log
39
-yarn-error.log
40
-
41
-# BUCK
42
-buck-out/
43
-\.buckd/
44
-*.keystore
45
-!debug.keystore
46
-
47
-# Bundle artifacts
48
-*.jsbundle
49
-
50
-# CocoaPods
51
-/ios/Pods/
52
-
53
-# Expo
54
-.expo/
55
-web-build/
56
-dist/
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
+project.xcworkspace
24
+
25
+# Android/IntelliJ
26
+#
27
+build/
28
+.idea
29
+.gradle
30
+local.properties
31
+*.iml
32
+*.hprof
33
+.cxx/
34
+
35
+# node.js
36
+#
37
+node_modules/
38
+npm-debug.log
39
+yarn-error.log
40
+
41
+# BUCK
42
+buck-out/
43
+\.buckd/
44
+*.keystore
45
+!debug.keystore
46
+
47
+# Bundle artifacts
48
+*.jsbundle
49
+
50
+# CocoaPods
51
+/ios/Pods/
52
+
53
+# Expo
54
+.expo/
55
+web-build/
56
+dist/

+ 741
- 16
yarn.lock
Plik diff jest za duży
Wyświetl plik