hass-core/script/hassfest/docker/Dockerfile.dockerignore
Robert Resch 6cea6be4a7
Improve hassfest docker image (#125133)
* Improve hassfest docker image

* Use fixed uv version

* Use cli params instead env

* run hassfest

* Exclude pycache
2024-09-03 14:59:01 +02:00

11 lines
No EOL
188 B
Text

# Ignore everything except the specified files
*
!homeassistant/
!requirements.txt
!script/
script/hassfest/docker/
!script/hassfest/docker/entrypoint.sh
# Temporary files
**/__pycache__