diff --git a/.eslintignore b/.eslintignore index 25643982f..e8168684f 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 4fdc5e7aa..2a2df1942 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.*