Add web/node_modules to dockerignore

This can contain much unneeded data slowing down local docker builds.

Change-Id: I377ffb827ac32412e7fdf629d85ef7063fea83cf
This commit is contained in:
Tobias Henkel
2019-01-27 11:22:59 +01:00
parent f019543ce9
commit e9c5c4edad

View File

@@ -1,3 +1,4 @@
.mypy_cache
.stestr
.tox
web/node_modules