chore(build): changed script

This commit is contained in:
Taha Yassine Kraiem 2022-11-14 17:14:24 +01:00
parent 34d62e4ca1
commit e9eaa51173
2 changed files with 2 additions and 2 deletions

2
ee/api/.gitignore vendored
View file

@ -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

View file

@ -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