negoptimAi / .gitattributes
samir12321's picture
Initial commit: Negoptim AI RAG chatbot (backend + frontend + deploy config)
af404c9
Raw
History Blame Contribute Delete
253 Bytes
# Normalize line endings. The repo deploys to Linux (HF Docker Space),
# so keep text as LF in the repo to avoid CRLF issues in the container.
* text=auto eol=lf
# Binary types Git should never touch
*.png binary
*.jpg binary
*.pdf binary
*.ico binary