joshuar-go-hass-agent/.gitignore

37 lines
623 B
Plaintext

# Allowlisting gitignore template for GO projects prevents us
# from adding various unwanted local files, such as generated
# files, developer configurations or IDE-specific files etc.
#
# Recommended: Go.AllowList.gitignore
# Ignore everything
*
# But not these files...
!/.gitignore
!/.vscode/launch.json
!/.vscode/ltex.dictionary.*.txt
!/.github/**/*
!/.devcontainer/**/*
!.golangci.yaml
!.goreleaser.yaml
!codecov.yml
!/assets/**/*
!*.md
!*.txt
!*.go
!go.sum
!go.mod
!cosign.*
!Dockerfile
!LICENSE
!deployments/mosquitto/config/mosquitto.conf.example
# ...even if they are in subdirectories
!*/
dist/
fyne-cross/