mirror of
https://github.com/github/gitignore.git
synced 2025-02-19 12:44:53 +08:00
Add files to ignore in Node projects
Add .yarn/releases to Node.gitignore. When using yarn set version <version> as outlined on <https://yarnpkg.com/cli/set/version> in your git repo you end up with .yarn/releases/yarn-*.cjs that should not be commited to git.
This commit is contained in:
parent
e5323759e3
commit
8b1ba8bd10
@ -125,6 +125,7 @@ dist
|
||||
# yarn v2
|
||||
.yarn/cache
|
||||
.yarn/unplugged
|
||||
.yarn/releases
|
||||
.yarn/build-state.yml
|
||||
.yarn/install-state.gz
|
||||
.pnp.*
|
||||
|
Loading…
Reference in New Issue
Block a user