From 4f7a3212cb347205eb495e54ed8f370474e49f2b Mon Sep 17 00:00:00 2001 From: Ragnar Lothbrok <30740511+RagnarLothbrok-Odin@users.noreply.github.com> Date: Sun, 3 Dec 2023 19:26:37 +0000 Subject: [PATCH] Update .gitignore with relevant Node.js and Yarn ignores --- .gitignore | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index e7ba918..12b230f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,13 +5,6 @@ # macOS generated files .DS_Store -# ======================== -# Node.js related files -# ======================== - -# Dependency directories -node_modules/ - # Environment variables .env @@ -35,7 +28,7 @@ build/ # Yarn: lock file and error log yarn-error.log -.yarn/install-state.gz +.yarn/ .pnp.cjs .pnp.loader.mjs