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
|
**/*.rs.bk
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
bin/
|
bin/
|
||||||
|
node_modules
|
||||||
pkg/
|
pkg/
|
||||||
wasm-pack.log
|
wasm-pack.log
|
||||||
|
Loading…
Reference in New Issue
Block a user