chore(build): changed script
This commit is contained in:
parent
34d62e4ca1
commit
e9eaa51173
2 changed files with 2 additions and 2 deletions
2
ee/api/.gitignore
vendored
2
ee/api/.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue