21 lines
289 B
Plaintext
21 lines
289 B
Plaintext
# Don't ignore these files
|
|
!.gitignore
|
|
!*.go
|
|
!translations/**/*.json
|
|
!*.yml
|
|
!*.yaml
|
|
!*.md
|
|
!go.sum
|
|
!go.mod
|
|
!tools/
|
|
!/assets/
|
|
|
|
# Ignore these files
|
|
home-assistant
|
|
fyne-cross
|
|
dist
|
|
.VSCodeCounter
|
|
go-hass-agent
|
|
internal/agent/config/VERSION
|
|
internal/agent/config/viperConfig/go-hass-agent.toml
|