diff --git a/.gitignore b/.gitignore index d79cd52..e94778d 100644 --- a/.gitignore +++ b/.gitignore @@ -137,3 +137,5 @@ modules/gateway/src/main/python/microsquad/portscan.cache # ignore virtual environments **/*-venv/* node/ +node_modules/ + diff --git a/modules/client-mobile/.gitignore b/modules/client-mobile/.gitignore new file mode 100644 index 0000000..e8f18bb --- /dev/null +++ b/modules/client-mobile/.gitignore @@ -0,0 +1 @@ +bin/vue \ No newline at end of file