forked from extern/nushell
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:
parent
56855f9791
commit
a99a2ce7e8
1
samples/wasm/.gitignore
vendored
1
samples/wasm/.gitignore
vendored
@ -2,5 +2,6 @@
|
||||
**/*.rs.bk
|
||||
Cargo.lock
|
||||
bin/
|
||||
node_modules
|
||||
pkg/
|
||||
wasm-pack.log
|
||||
|
Loading…
Reference in New Issue
Block a user