1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-09 12:53:06 +01:00
nushell/samples/wasm/.gitignore
Bruce Mitchener a99a2ce7e8
Update wasm sample gitignore for node_modules. ()
When building the wasm sample in the way that it is built in CI,
a `node_modules` directory is populated.
2021-07-07 07:48:32 -05:00

8 lines
67 B
Plaintext

/target
**/*.rs.bk
Cargo.lock
bin/
node_modules
pkg/
wasm-pack.log