From a99a2ce7e88311a3f56d744eb04d47ef99a615f5 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Wed, 7 Jul 2021 19:48:32 +0700 Subject: [PATCH] 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. --- samples/wasm/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/wasm/.gitignore b/samples/wasm/.gitignore index 4e301317e..e1fa7dbcc 100644 --- a/samples/wasm/.gitignore +++ b/samples/wasm/.gitignore @@ -2,5 +2,6 @@ **/*.rs.bk Cargo.lock bin/ +node_modules pkg/ wasm-pack.log