aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Strebezhev <xamgore@users.noreply.github.com>2020-02-19 21:08:11 +0300
committerGitHub <noreply@github.com>2020-02-19 14:08:11 -0400
commit8d88fa521558039b0d114ca8bf379d1e810b0c32 (patch)
tree8eaf05618a03625ba187de0ae8a0e32e39be8e3a
parent55df35ee63aef4a6f859559af980c9fb87bee1a1 (diff)
downloadgitignore-8d88fa521558039b0d114ca8bf379d1e810b0c32.tar.gz
gitignore-8d88fa521558039b0d114ca8bf379d1e810b0c32.zip
Add snowpack dependency directory (#3315)
-rw-r--r--Node.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/Node.gitignore b/Node.gitignore
index 9b9ca9eb..3d88bf0c 100644
--- a/Node.gitignore
+++ b/Node.gitignore
@@ -41,6 +41,9 @@ build/Release
node_modules/
jspm_packages/
+# Snowpack dependency directory (https://snowpack.dev/)
+web_modules/
+
# TypeScript v1 declaration files
typings/