8.36What belongs in Git?
Generally safe:
Mule XML
DataWeave
property names
non-secret defaults
example configuration
MUnit tests
API specifications
Usually not:
client secrets
passwords
private keys
decryption keys
production tokens
Encrypted secret values may be versioned depending on organizational design, but the decryption key must remain separately protected.