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 d912154 commit bf6588dCopy full SHA for bf6588d
.gitignore
@@ -1,5 +1,3 @@
1
-# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2
-
3
#ide
4
/.vscode
5
.npmignore
@@ -0,0 +1,30 @@
+#ide
+/.vscode
+
+# dependencies
+/node_modules
6
+/.pnp
7
+.pnp.js
8
9
+# production
10
+webpack*
11
+rollup*
12
+.babelrc.js
13
14
+#demo
15
+/example
16
+index.html
17
18
+# testing
19
+/coverage
20
21
+# misc
22
+.DS_Store
23
+.env.local
24
+.env.development.local
25
+.env.test.local
26
+.env.production.local
27
28
+npm-debug.log*
29
+yarn-debug.log*
30
+yarn-error.log*
0 commit comments