Bootstrap (and its dependency popper.js) are now used from npm packages, allowing better version control and custom building of only the required components for both styling and javascript. At this moment the whole styling of bootstrap is included, once the Cloud redesign is over it will be stripped to only the used components.
26 lines
376 B
Plaintext
26 lines
376 B
Plaintext
.DS_Store
|
|
.project
|
|
.coverage
|
|
*.pyc
|
|
__pycache__
|
|
|
|
/cloud/templates/
|
|
/cloud/static/assets/css/
|
|
/cloud/static/assets/js/bootstrap.min.js
|
|
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/
|
|
/celerybeat-schedule.bak
|
|
/celerybeat-schedule.dat
|
|
/celerybeat-schedule.dir
|