Skip to content

Commit e51e478

Browse files
committed
chore: prevent next.js build artifacts from tracking
1 parent 8b372e8 commit e51e478

1,256 files changed

Lines changed: 13 additions & 543544 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,25 @@
88
# testing
99
/coverage
1010

11+
# next.js
12+
/.next/
13+
/out/
14+
1115
# production
1216
/build
1317

1418
# misc
1519
.DS_Store
16-
.env.local
17-
.env.development.local
18-
.env.test.local
19-
.env.production.local
20+
*.pem
2021

22+
# debug
2123
npm-debug.log*
2224
yarn-debug.log*
2325
yarn-error.log*
26+
pnpm-debug.log*
27+
28+
# local env files
29+
.env*.local
30+
31+
# vercel
32+
.vercel

.next/BUILD_ID

Lines changed: 0 additions & 1 deletion
This file was deleted.

.next/app-path-routes-manifest.json

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

.next/build-manifest.json

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

0 commit comments

Comments
 (0)