We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecee5ed commit 460787aCopy full SHA for 460787a
.gitignore
@@ -2,10 +2,6 @@
2
#
3
.DS_Store
4
5
-package-lock.json
6
-
7
-node_modules
8
9
# Xcode
10
11
build/
@@ -24,7 +20,6 @@ DerivedData
24
20
*.hmap
25
21
*.ipa
26
22
*.xcuserstate
27
-project.xcworkspace
28
23
29
# Android/IntelliJ
30
@@ -34,6 +29,10 @@ build/
34
local.properties
35
*.iml
36
31
32
+# Visual Studio Code
33
+#
+.vscode/
+
37
# node.js
38
39
node_modules/
@@ -44,6 +43,7 @@ yarn-error.log
44
43
buck-out/
45
\.buckd/
46
*.keystore
+!debug.keystore
47
48
# fastlane
49
@@ -58,3 +58,6 @@ buck-out/
58
59
# Bundle artifact
60
*.jsbundle
61
62
+# CocoaPods
63
+/ios/Pods/
0 commit comments