Chore: Rewrite git ignores for yarn related files (#97182)

chore(git): rewrite yarn ignores so dependabot can commit to .yarn/releases
pull/97233/head
Jack Westbrook 7 months ago committed by GitHub
parent 21117c85dd
commit 36d8688e1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 12
      .gitignore

12
.gitignore vendored

@ -17,13 +17,11 @@ vendor/
tsconfig.tsbuildinfo
__debug_bin*
# Yarn
.yarn/
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
# yarn
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
# Enterprise emails

Loading…
Cancel
Save