knowledge-genome-orchestrator/templates/gitattributes

17 lines
580 B
Text

# --- Encryption Rules for Genomes ---
# These directories are stored as encrypted AES-256 blobs on the remote server.
# They require git-crypt and the specific genome key to be readable.
raw/private/** filter=git-crypt diff=git-crypt
wiki/private/** filter=git-crypt diff=git-crypt
# --- Binary Integrity ---
# Prevent line-ending conversion for encrypted files to avoid corruption.
raw/private/** -text
wiki/private/** -text
# --- Standard Text Configuration ---
*.md text eol=lf
*.sh text eol=lf
*.env text eol=lf
Makefile text eol=lf