17 lines
255 B
Plaintext
Executable File
17 lines
255 B
Plaintext
Executable File
# Everything is ignored
|
|
*
|
|
# except for these
|
|
!*.yaml
|
|
!.gitignore
|
|
!*.md
|
|
|
|
# Ignore folders.
|
|
.storage
|
|
.cloud
|
|
.google.token
|
|
|
|
# Ensure these YAML files are ignored, otherwise your secret data/credentials will leak.
|
|
ip_bans.yaml
|
|
secrets.yaml
|
|
known_devices.yaml
|