diff --git a/.gitignore b/.gitignore index ce698d0..801d9ba 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,7 @@ Cargo.lock # Backup files generated by rustfmt **/*.rs.bk + +# Javascript junk if you run the compliance tests sans docker +js/node_modules +js/package-lock.json