aboutsummaryrefslogtreecommitdiffstats
path: root/options/gitignore/Node
diff options
context:
space:
mode:
Diffstat (limited to 'options/gitignore/Node')
-rw-r--r--options/gitignore/Node13
1 files changed, 11 insertions, 2 deletions
diff --git a/options/gitignore/Node b/options/gitignore/Node
index 9b9ca9eb6b..1f22b9c26a 100644
--- a/options/gitignore/Node
+++ b/options/gitignore/Node
@@ -41,8 +41,8 @@ build/Release
node_modules/
jspm_packages/
-# TypeScript v1 declaration files
-typings/
+# Snowpack dependency directory (https://snowpack.dev/)
+web_modules/
# TypeScript cache
*.tsbuildinfo
@@ -74,9 +74,11 @@ typings/
# parcel-bundler cache (https://parceljs.org/)
.cache
+.parcel-cache
# Next.js build output
.next
+out
# Nuxt.js build / generate output
.nuxt
@@ -105,3 +107,10 @@ dist
# Stores VSCode versions used for testing VSCode extensions
.vscode-test
+
+# yarn v2
+.yarn/cache
+.yarn/unplugged
+.yarn/build-state.yml
+.yarn/install-state.gz
+.pnp.*