gitignore icon indicating copy to clipboard operation
gitignore copied to clipboard

Add pnpm dir to Node.gitignore

Open Airkro opened this issue 1 year ago • 1 comments

Pull Request

Thank you for contributing to @toptal/gitignore and https://www.gitignore.io.

New or update

Select the appropriate check box for this pull request. This helps when merging to ensure there are no conflicts with other templates or misunderstandings of how thee template list works.

New

  • [ ] Template - New .gitignore template
  • [ ] Composition - Template made from smaller templates
  • [ ] Inheritance - Template similar to an existing template
  • [ ] Patch - Template extending functionality of existing template

Update

  • [x] Template - Update existing .gitignore template

Details

Add

.pnpm
.pnpm-state
.pnpm-store

to Node.ignore. because pnpm may create them in project root.

Airkro avatar Apr 24 '24 09:04 Airkro

@yusufzmly please review

Airkro avatar May 14 '24 10:05 Airkro