Skip to content

Commit

Permalink
add pnpm debug file in gitignore templates (vercel#34091)
Browse files Browse the repository at this point in the history
Add pnpm debug (`.pnpm-debug.log`) file in gitignore templates.
  • Loading branch information
thesyedbasim authored and natew committed Feb 16, 2022
1 parent ba2b1b3 commit afaa46f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/create-next-app/templates/default/gitignore
Expand Up @@ -23,6 +23,7 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# local env files
.env.local
Expand Down
1 change: 1 addition & 0 deletions packages/create-next-app/templates/typescript/gitignore
Expand Up @@ -23,6 +23,7 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log**

# local env files
.env.local
Expand Down

0 comments on commit afaa46f

Please sign in to comment.