mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Rewrite git ignores for yarn related files (#97182)
chore(git): rewrite yarn ignores so dependabot can commit to .yarn/releases
This commit is contained in:
12
.gitignore
vendored
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
|
||||||
|
|||||||
Reference in New Issue
Block a user