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 tsconfig.tsbuildinfo
__debug_bin* __debug_bin*
# Yarn # yarn
.yarn/ .yarn/cache
!.yarn/patches .yarn/unplugged
!.yarn/releases .yarn/build-state.yml
!.yarn/plugins .yarn/install-state.gz
!.yarn/sdks
!.yarn/versions
.pnp.* .pnp.*
# Enterprise emails # Enterprise emails

Loading…
Cancel
Save