1
0
mirror of https://github.com/quay/quay.git synced 2025-04-18 10:44:06 +03:00

chore: add **/node_modules to dockerignore (#2258)

Add web/node_modules to dockerignore

Signed-off-by: harishsurf <hgovinda@redhat.com>
This commit is contained in:
Harish Govindarajulu 2023-09-25 12:47:52 -04:00 committed by GitHub
parent 84fa795ae7
commit 912f99c174
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,5 +33,6 @@ static/build/**
docker-compose.yaml
test/dockerclients/**
node_modules
**/node_modules
.local
**/testdata