We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 399db76 commit 328a3a5Copy full SHA for 328a3a5
1 file changed
.gitignore
@@ -0,0 +1,39 @@
1
+# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2
+
3
+# dependencies
4
+/node_modules
5
+/.pnp
6
+.pnp.js
7
8
+# testing
9
+/coverage
10
11
+# next.js
12
+/.next/
13
+/out/
14
15
+# production
16
+/build
17
18
+# misc
19
+.DS_Store
20
+*.pem
21
22
+# debug
23
+npm-debug.log*
24
+yarn-debug.log*
25
+yarn-error.log*
26
+pnpm-debug.log*
27
28
+# local env files
29
+.env*.local
30
31
+# typescript
32
+*.tsbuildinfo
33
+next-env.d.ts
34
35
+# vercel
36
+.vercel
37
38
+# cli logs
39
+.firebase/
0 commit comments