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 2e950f6 commit 0dad09fCopy full SHA for 0dad09f
.gitignore
@@ -0,0 +1,35 @@
1
+# Zero-installs
2
+.yarn/*
3
+!.yarn/cache
4
+!.yarn/patches
5
+!.yarn/plugins
6
+!.yarn/releases
7
+!.yarn/sdks
8
+!.yarn/versions
9
+
10
+# dependencies
11
+/node_modules
12
+/.pnp
13
+.pnp.js
14
15
+# testing
16
+/coverage
17
18
+# production
19
+/build
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*
31
32
+.yarn/cache/react-hook-form-npm-7.41.5-202ce9fe72-ca28b2deb4.zip
33
34
+# env
35
+.env
0 commit comments