Skip to content

Commit 4db3802

Browse files
authored
Stop apps/bundle-analyzer/next-env.d.ts from changing (#86743)
1 parent ebc435d commit 4db3802

File tree

2 files changed

+41
-6
lines changed

2 files changed

+41
-6
lines changed

apps/bundle-analyzer/.gitignore

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)