nushell/samples/wasm/.gitignore
Bruce Mitchener a99a2ce7e8
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.
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