mirror of
https://github.com/danbulant/nushell
synced 2026-05-27 14:02:24 +00: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:
parent
56855f9791
commit
a99a2ce7e8
1 changed files with 1 additions and 0 deletions
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 a new issue