"Staging" covers the meaning of what is actually happening better than "deploy". I want to keep "deploy" for actually deploying onto a production server.
28 lines
373 B
Plaintext
28 lines
373 B
Plaintext
.DS_Store
|
|
.project
|
|
.coverage
|
|
*.pyc
|
|
__pycache__
|
|
*.js.map
|
|
*.css.map
|
|
|
|
/cloud/templates/
|
|
/cloud/static/assets/
|
|
node_modules/
|
|
|
|
/config_local.py
|
|
|
|
/build
|
|
/.cache
|
|
/*.egg-info/
|
|
/.eggs/
|
|
/dump/
|
|
/google_app*.json
|
|
/docker/2_buildpy/python/
|
|
/docker/4_run/wheelhouse/
|
|
/docker/4_run/deploy/
|
|
/docker/4_run/staging/
|
|
/celerybeat-schedule.bak
|
|
/celerybeat-schedule.dat
|
|
/celerybeat-schedule.dir
|