diff --git a/ee/api/.gitignore b/ee/api/.gitignore index 4860784c3..ee23eb7ff 100644 --- a/ee/api/.gitignore +++ b/ee/api/.gitignore @@ -248,7 +248,7 @@ Pipfile /routers/core.py /routers/crons/core_crons.py /db_changes.sql -/Dockerfile.bundle +/Dockerfile_bundle /entrypoint.bundle.sh /chalicelib/core/heatmaps.py /schemas.py diff --git a/ee/api/clean.sh b/ee/api/clean.sh index 083e72cde..314321b83 100755 --- a/ee/api/clean.sh +++ b/ee/api/clean.sh @@ -70,7 +70,7 @@ rm -rf ./routers/base.py rm -rf ./routers/core.py rm -rf ./routers/crons/core_crons.py rm -rf ./db_changes.sql -rm -rf ./Dockerfile.bundle +rm -rf ./Dockerfile_bundle rm -rf ./entrypoint.bundle.sh rm -rf ./chalicelib/core/heatmaps.py rm -rf ./schemas.py