We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e94c7a6 commit 869da10Copy full SHA for 869da10
.gitignore
@@ -4,6 +4,7 @@
4
/node_modules
5
/.pnp
6
.pnp.js
7
+.yarn/install-state.gz
8
9
# testing
10
/coverage
@@ -17,14 +18,19 @@
17
18
19
# misc
20
.DS_Store
21
+*.pem
22
23
# debug
24
npm-debug.log*
25
yarn-debug.log*
26
yarn-error.log*
27
28
# local env files
-.env.local
-.env.development.local
29
-.env.test.local
30
-.env.production.local
+.env*.local
+
31
+# vercel
32
+.vercel
33
34
+# typescript
35
+*.tsbuildinfo
36
+next-env.d.ts
CNAME
0 commit comments