add node_modules to dockerignore

This commit is contained in:
Jonas Leder 2021-09-26 00:15:48 +02:00
parent 78b19da093
commit a4dd2e835f
No known key found for this signature in database
GPG key ID: CC3C488E27DFF5CA

View file

@ -11,4 +11,7 @@ public/internal/config.php
# css, scss, js
public/css/
.sass-cache/
public/js/
public/js/
# js dependencies
node_modules/