1
0
mirror of https://github.com/quay/quay.git synced 2025-04-18 10:44:06 +03:00
quay/.dockerignore
Harish Govindarajulu 912f99c174
chore: add **/node_modules to dockerignore (#2258)
Add web/node_modules to dockerignore

Signed-off-by: harishsurf <hgovinda@redhat.com>
2023-09-25 16:47:52 +00:00

39 lines
440 B
Plaintext

./ci/
conf/stack
conf/stack/**
conf/stack/config.yaml
config.yaml
screenshots
tools
test/data/registry
venv
.venv
.git
!.git/HEAD
.gitignore
.github
Bobfile
README.md
ROADMAP.md
run-local.sh
.DS_Store
**/*.pyc
.tox
htmlcov
.coverage
coverage
.cache
.npm-debug.log
test/__pycache__
__pycache__
**/__pycache__
static/build/**
.gitlab-ci/*
.gitlab-ci.*
docker-compose.yaml
test/dockerclients/**
node_modules
**/node_modules
.local
**/testdata