aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
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