summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2018-08-03 05:09:11 +0200
committerIgor Scheller <igor.scheller@igorshp.de>2018-08-03 12:56:33 +0200
commit608fb3dad69e9f79283dd350639c2596379539a0 (patch)
tree13c1d62bebaa281b3630346206d1e46bf9920ab7 /.gitignore
parentccd061d3cb2136b195a4f33adc1391c0042415ef (diff)
Updated .gitlab-ci.yaml and other files to build the frontend
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 4 insertions, 2 deletions
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