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 bce0e15 commit 049252dCopy full SHA for 049252d
.gitignore
@@ -23,20 +23,20 @@
23
npm-debug.log*
24
yarn-debug.log*
25
yarn-error.log*
26
+.pnpm-debug.log*
27
28
# local env files
-.env.local
29
-.env.development.local
30
-.env.test.local
31
-.env.production.local
+.env*.local
32
33
# vercel
34
.vercel
35
36
-.vscode/
37
-.idea/
38
-
39
-public/robots.txt
40
-public/sitemap.xml
+# typescript
+*.tsbuildinfo
+next-env.d.ts
41
42
.env
+.idea/
+public/robots.txt
+public/sitemap*.xml
+.vscode/
0 commit comments