VoiceVault / .gitattributes
NinjainPJs's picture
Initial release: VoiceVault v1.0.0 — Voice-First RAG Knowledge Agent
85f900d
raw
history blame contribute delete
317 Bytes
# Normalize line endings to LF for all text files.
# Ensures Dockerfile and Python scripts use LF when checked out on Linux (HF Spaces).
* text=auto eol=lf
# Treat these as binary — no line-ending conversion
*.pdf binary
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.wav binary
*.webm binary