Some checks failed
Nix Format Check / check-format (push) Failing after 37s
13 lines
247 B
Plaintext
13 lines
247 B
Plaintext
config/ssh/config.d/*
|
|
!config/ssh/config.d/*.gpg
|
|
logs/*
|
|
|
|
# Don't include secrets in the repository but do include encrypted secrets
|
|
!secrets/**/*.gpg
|
|
secrets/**/*.*
|
|
|
|
# SHA256 hashes of the encrypted secrets
|
|
*.sha256
|
|
|
|
# python cache
|
|
**/__pycache__/ |