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 cecb394 commit a6b5123Copy full SHA for a6b5123
.gitignore
@@ -16,6 +16,9 @@ dist-ssr
16
.next/
17
out/
18
19
+# Next build cache
20
+.next/cache
21
+
22
# Editor directories and files
23
.vscode/*
24
!.vscode/extensions.json
@@ -28,3 +31,20 @@ out/
28
31
*.sw?
29
32
30
33
.vercel
34
35
+# Vercel build output API and CLI cache
36
+.vercel/output/
37
+.vercel/.cache/
38
+.vercel/project.json
39
40
+# General build / dev caches
41
+build/
42
+.cache/
43
+public/build/
44
45
+# Environment files (do NOT track secrets)
46
+.env
47
+.env.*
48
+.env.local
49
+.env.development.local
50
+.env.production.local
0 commit comments