mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 18:57:44 +02:00
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:
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
|
||||||
|
Reference in New Issue
Block a user