mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-23 21:07:20 +00:00
41 lines
432 B
Plaintext
41 lines
432 B
Plaintext
build
|
|
build-translations/*
|
|
node_modules/*
|
|
npm-debug.log
|
|
.DS_Store
|
|
hass_frontend/*
|
|
.reify-cache
|
|
|
|
# Python stuff
|
|
*.py[cod]
|
|
*.egg
|
|
*.egg-info
|
|
|
|
# venv stuff
|
|
pyvenv.cfg
|
|
pip-selfcheck.json
|
|
venv
|
|
.venv
|
|
lib
|
|
bin
|
|
dist
|
|
|
|
# vscode
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
!.vscode/launch.json
|
|
!.vscode/tasks.json
|
|
|
|
# Cast dev settings
|
|
src/cast/dev_const.ts
|
|
|
|
# Secrets
|
|
.lokalise_token
|
|
yarn-error.log
|
|
|
|
#asdf
|
|
.tool-versions
|
|
|
|
# Home Assistant config
|
|
/config
|