From ecccb18a6094bd03d927170500eeb43a587621a2 Mon Sep 17 00:00:00 2001 From: Alexandre Pretto Nunes Date: Mon, 4 Aug 2014 18:03:06 -0300 Subject: Move web server functionality to the service, and update web-ui grunt tasks --- .gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 344e8bfc..d226c608 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,16 @@ .idea *.log *.DS_Store -node_modules -app/bower_components +web-ui/node_modules +web-ui/app/bower_components .tmp .sass-cache/ dist/ *archive.zip *.swp *.swo -app/js/generated +web-ui/app/js/generated +web-ui/app/css test-results.xml control_tower.html state.yml -- cgit v1.2.3