diff --git a/.eslintignore b/.eslintignore index 2564398..e816868 100644 --- a/.eslintignore +++ b/.eslintignore @@ -2,4 +2,5 @@ .vscode node_modules public -dist \ No newline at end of file +dist +.yarn \ No newline at end of file diff --git a/.gitignore b/.gitignore index 4fdc5e7..2a2df19 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,13 @@ pnpm-debug.log* .astro # ignore Jampack cache files -.jampack/ \ No newline at end of file +.jampack/ + +# yarn +.yarn/* +!.yarn/patches +!.yarn/plugins +!.yarn/releases +!.yarn/sdks +!.yarn/versions +.pnp.*