Skip to content

Commit 12acbad

Browse files
review fixups
1 parent b9afd35 commit 12acbad

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed
File renamed without changes.

create-cloudflare/next/.gitignore

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@
33
# dependencies
44
/node_modules
55
/.pnp
6-
.pnp.js
7-
.yarn/install-state.gz
6+
.pnp.*
7+
.yarn/*
8+
!.yarn/patches
9+
!.yarn/plugins
10+
!.yarn/releases
11+
!.yarn/versions
812

913
# testing
1014
/coverage
@@ -24,9 +28,11 @@
2428
npm-debug.log*
2529
yarn-debug.log*
2630
yarn-error.log*
31+
.pnpm-debug.log*
2732

28-
# local env files
29-
.env*.local
33+
# env files (can opt-in for committing if needed)
34+
.env*
35+
!.env.example
3036

3137
# vercel
3238
.vercel
@@ -42,4 +48,3 @@ next-env.d.ts
4248
.wrangler
4349
.dev.vars*
4450
!.dev.vars.example
45-
!.env.example

0 commit comments

Comments
 (0)