Add web/node_modules to dockerignore

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

Change-Id: I377ffb827ac32412e7fdf629d85ef7063fea83cf
changes/02/633402/1
Tobias Henkel 4 years ago
parent f019543ce9
commit e9c5c4edad
No known key found for this signature in database
GPG Key ID: 03750DEC158E5FA2

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

Loading…
Cancel
Save