diff --git a/.gitignore b/.gitignore index f41b079..bcc3179 100644 --- a/.gitignore +++ b/.gitignore @@ -30,4 +30,8 @@ local.properties localhost*/ -src/main/resources/static/localhost:8080/ \ No newline at end of file +src/main/resources/static/localhost:8080/ + +# node +node_modules/ +package-lock.json \ No newline at end of file