diff options
author | Alexandre Pretto Nunes <anunes@thoughtworks.com> | 2014-08-04 18:03:06 -0300 |
---|---|---|
committer | Alexandre Pretto Nunes <anunes@thoughtworks.com> | 2014-08-04 18:03:21 -0300 |
commit | ecccb18a6094bd03d927170500eeb43a587621a2 (patch) | |
tree | aa0dd6ae3eeb8cdcefa108b181bca162f1671ed0 /.gitignore | |
parent | 255c910842126fd55ac1c0f933ab1d016f534e27 (diff) |
Move web server functionality to the service, and update web-ui grunt tasks
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |