diff --git a/.gitignore b/.gitignore index 3030c86..c865f5e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,6 @@ index.html # ignore the compiled files build/ + +# ignore node_module directory +node_modules/