gitignore
gitignore copied to clipboard
Add pnpm dir to Node.gitignore
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
.gitignoretemplate - [ ] 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
.gitignoretemplate
Details
Add
.pnpm
.pnpm-state
.pnpm-store
to Node.ignore. because pnpm may create them in project root.
@yusufzmly please review