mirror of
https://github.com/nushell/nushell.git
synced 2025-06-29 22:28:35 +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
|
||||
Cargo.lock
|
||||
bin/
|
||||
node_modules
|
||||
pkg/
|
||||
wasm-pack.log
|
||||
|
Reference in New Issue
Block a user