Update wasm sample gitignore for node_modules. (#3747)

When building the wasm sample in the way that it is built in CI,
a `node_modules` directory is populated.
This commit is contained in:
Bruce Mitchener 2021-07-07 19:48:32 +07:00 committed by GitHub
parent 56855f9791
commit a99a2ce7e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,5 +2,6 @@
**/*.rs.bk
Cargo.lock
bin/
node_modules
pkg/
wasm-pack.log