Skip to content

Commit 20e65cc

Browse files
committed
move .vercel gitignore to the root
1 parent 8365f8c commit 20e65cc

File tree

5 files changed

+6
-9
lines changed

5 files changed

+6
-9
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ tests/**/package-lock.json
2222
tests/**/pnpm-lock.yaml
2323
tests/**/yarn.lock
2424
tests/**/out/
25+
26+
# Local Vercel folder
27+
.vercel

e2e-report/.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ yarn-error.log*
2828
# local env files
2929
.env*.local
3030

31-
# vercel
32-
.vercel
33-
3431
# typescript
3532
*.tsbuildinfo
3633
next-env.d.ts

tests/fixtures/turborepo-npm/.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ coverage
1111
# Turbo
1212
.turbo
1313

14-
# Vercel
15-
.vercel
14+
1615

1716
# Build Outputs
1817
.next/

tests/fixtures/turborepo/.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ coverage
1818
# Turbo
1919
.turbo
2020

21-
# Vercel
22-
.vercel
21+
2322

2423
# Build Outputs
2524
.next/

tests/smoke/fixtures/.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ coverage
1919
# Turbo
2020
.turbo
2121

22-
# Vercel
23-
.vercel
22+
2423

2524
# Build Outputs
2625
.next/

0 commit comments

Comments
 (0)