From 967dfc376f89c116fbeb4a75469137531c731c62 Mon Sep 17 00:00:00 2001 From: landonwjohnson Date: Tue, 17 Sep 2024 14:06:17 -0600 Subject: [PATCH] remove yarn stuff --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ec04b96..b394a2a 100755 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ logs npm-debug.log* yarn-debug.log* yarn-error.log* +./.yarn/cache # IDEs and editors /.idea/ .vscode/ @@ -30,6 +31,6 @@ dist .env -.yarn/build-state.yml -.yarn/install-state.gz +./yarn/build-state.yml +./yarn/install-state.gz ./.yarn/install-state.gz