diff --git a/.gitignore b/.gitignore index 8f7ab99c2..f6ce0bf30 100644 --- a/.gitignore +++ b/.gitignore @@ -16,10 +16,10 @@ storybook-static/ .idea/ # Yarn https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored -.pnp.* -.yarn/* -!.yarn/patches -!.yarn/plugins -!.yarn/releases -!.yarn/sdks -!.yarn/versions \ No newline at end of file +**/.pnp.* +**/.yarn/* +!**/.yarn/patches +!**/.yarn/plugins +!**/.yarn/releases +!**/.yarn/sdks +!**/.yarn/versions \ No newline at end of file