We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b02dc7 commit 9860d30Copy full SHA for 9860d30
.gitignore
@@ -6,7 +6,6 @@
6
.expo/
7
8
# VSCode
9
-.vscode/
10
jsconfig.json
11
12
# Xcode
.npmignore
@@ -0,0 +1,18 @@
1
+# Dotfiles
2
+.babelrc
3
+.eslintignore
4
+.eslintrc.json
5
+.gitattributes
+_config.yml
+
+# Documents
+CONTRIBUTING.md
+ISSUE_TEMPLATE.txt
+img
13
+# Test cases
14
+__tests__
15
+dist/__tests__
16
17
+# Example
18
+example/
0 commit comments