Browse Source

Add snowpack dependency directory (#3315)

pull/3318/head
Igor Strebezhev 4 years ago
parent
commit
8d88fa5215
No account linked to committer's email address
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      Node.gitignore

+ 3
- 0
Node.gitignore View File

@@ -41,6 +41,9 @@ build/Release
node_modules/
jspm_packages/

# Snowpack dependency directory (https://snowpack.dev/)
web_modules/

# TypeScript v1 declaration files
typings/


Loading…
Cancel
Save