From cb4b6835b50e733d4fdae0e899ffeeed43e2d6d8 Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Sun, 24 Dec 2023 05:55:31 +0000 Subject: yarn pnp --- .gitignore | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 700565b..8d142fd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,19 @@ -node_modules/ -.cache/ \ No newline at end of file +.cache/ + +# dependencies +/node_modules +/.pnp +.pnp.js + +# yarn +.yarn/* +!.yarn/cache +!.yarn/patches +!.yarn/releases +!.yarn/plugins +!.yarn/sdks +!.yarn/versions + +npm-debug.log* +yarn-debug.log* +yarn-error.log* \ No newline at end of file -- cgit