aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorKevin J Hoerr <kjhoerr@protonmail.com>2023-12-24 05:55:31 +0000
committerKevin J Hoerr <kjhoerr@protonmail.com>2023-12-24 05:55:31 +0000
commitcb4b6835b50e733d4fdae0e899ffeeed43e2d6d8 (patch)
treeefdb1912c574d53811115b469d210c309dde18a0 /.gitignore
parent140d5803b7a8d63de479ec53ebace32acb263d8b (diff)
downloadsubmelon.dev-cb4b6835b50e733d4fdae0e899ffeeed43e2d6d8.tar.gz
submelon.dev-cb4b6835b50e733d4fdae0e899ffeeed43e2d6d8.tar.bz2
submelon.dev-cb4b6835b50e733d4fdae0e899ffeeed43e2d6d8.zip
yarn pnp
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore21
1 files changed, 19 insertions, 2 deletions
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