From 608fb3dad69e9f79283dd350639c2596379539a0 Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Fri, 3 Aug 2018 05:09:11 +0200 Subject: Updated .gitlab-ci.yaml and other files to build the frontend --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7dd682df..9d43ab82 100644 --- a/.gitignore +++ b/.gitignore @@ -27,5 +27,7 @@ _vimrc_local.vim /vendor/ /composer.lock -node_modules -public/assets \ No newline at end of file +# Frontend files +/node_modules +/public/assets +/package-lock.json -- cgit v1.2.3-54-g00ecf