mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-19 19:07:23 +00:00

* Consolidate frontend * Remove no longer needed cd * Get Roboto from bower_components * Remove external dependency from update_mdi.py * Copy leaflet assets on build time * Tweak Dockerfile * Create Python package * Set zip_safe to False * Update build scripts * Version bump to 20171021.0 * Fix service worker * Version bump to 20171021.2 * Update docker ignore * Tweak Dockerfile thanks to Adam
22 lines
206 B
Plaintext
22 lines
206 B
Plaintext
build/*
|
|
build-temp/*
|
|
node_modules/*
|
|
bower_components/*
|
|
npm-debug.log
|
|
.DS_Store
|
|
hass_frontend/*
|
|
|
|
# Python stuff
|
|
*.py[cod]
|
|
*.egg
|
|
*.egg-info
|
|
|
|
# venv stuff
|
|
pyvenv.cfg
|
|
pip-selfcheck.json
|
|
venv
|
|
.venv
|
|
lib
|
|
bin
|
|
dist
|