Browse Source

Add snowpack dependency directory (#3315)

Igor Strebezhev 5 năm trước cách đây
mục cha
commit
8d88fa5215
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      Node.gitignore

+ 3 - 0
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/