diff --git a/Node.gitignore b/Node.gitignore index 2aa8c99a..2b7071fd 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -62,9 +62,6 @@ web_modules/ # Output of 'npm pack' *.tgz -# Yarn Integrity file -.yarn-integrity - # dotenv environment variable files .env .env.* @@ -131,6 +128,12 @@ dist # yarn v3 .pnp.* + +# Snyk cache files +.dccache + +# Yarn files +.yarn-integrity .yarn/* !.yarn/patches !.yarn/plugins @@ -142,3 +145,4 @@ dist vite.config.js.timestamp-* vite.config.ts.timestamp-* .vite/ +