diff --git a/.gitignore b/.gitignore index f6a9e635e2..3f20eb58e2 100644 --- a/.gitignore +++ b/.gitignore @@ -46,4 +46,7 @@ specs/*.json bt.snap # localnet spec -scripts/specs/local.json \ No newline at end of file +scripts/specs/local.json + +# Node modules +node_modules