mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-23 12:57:21 +00:00

* Allow user to specify an aspect ratio for various images * added a comment on what is supported * fixed typo * Fixed lint and test errors
30 lines
286 B
Plaintext
30 lines
286 B
Plaintext
build
|
|
build-translations/*
|
|
node_modules/*
|
|
npm-debug.log
|
|
.DS_Store
|
|
hass_frontend/*
|
|
hass_frontend_es5/*
|
|
.reify-cache
|
|
|
|
# Python stuff
|
|
*.py[cod]
|
|
*.egg
|
|
*.egg-info
|
|
|
|
# venv stuff
|
|
pyvenv.cfg
|
|
pip-selfcheck.json
|
|
venv
|
|
.venv
|
|
lib
|
|
bin
|
|
dist
|
|
|
|
# vscode
|
|
.vscode
|
|
|
|
# Secrets
|
|
.lokalise_token
|
|
yarn-error.log
|