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 ebc435d commit 4db3802Copy full SHA for 4db3802
apps/bundle-analyzer/.gitignore
@@ -0,0 +1,41 @@
1
+# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2
+
3
+# Dependencies
4
+/node_modules
5
+/.pnp
6
+.pnp.*
7
+.yarn/*
8
+!.yarn/patches
9
+!.yarn/plugins
10
+!.yarn/releases
11
+!.yarn/versions
12
13
+# Build outputs
14
+/build
15
+/.next/
16
+/out/
17
18
+# Coverage and test outputs
19
+/coverage
20
21
+# Generated content
22
+*.tsbuildinfo
23
+next-env.d.ts
24
+.source
25
26
+# Logs and debug
27
+npm-debug.log*
28
+yarn-debug.log*
29
+yarn-error.log*
30
+.pnpm-debug.log*
31
32
+# Environment variables
33
+.env*
34
+.env*.local
35
36
+# Miscellaneous
37
+.DS_Store
38
+*.pem
39
40
+# Deployment
41
+.vercel
apps/bundle-analyzer/next-env.d.ts
0 commit comments