Files
openrabbit/.gitattributes
latte 8cadb2d216
Some checks failed
Docker / docker (push) Successful in 6s
Security / security (push) Successful in 6s
Deploy / deploy-local-runner (push) Has been cancelled
CI / ci (push) Successful in 1m42s
Deploy / deploy-ssh (push) Successful in 7s
Add Gitea Actions workflows, CI config, and docs
2026-02-28 20:40:14 +01:00

39 lines
796 B
Plaintext

# =============================================================================
# .gitattributes — Normalize line endings and mark binary files
# =============================================================================
# Default: auto-detect text files, normalize to LF on commit.
* text=auto eol=lf
# Explicitly declare text files
*.py text diff=python
*.js text
*.ts text
*.json text
*.yml text
*.yaml text
*.md text
*.txt text
*.cfg text
*.ini text
*.env text
*.sh text eol=lf
*.bash text eol=lf
Makefile text eol=lf
Dockerfile text eol=lf
# Explicitly declare binary files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.gz binary
*.zip binary
*.tar binary
*.woff binary
*.woff2 binary
*.ttf binary
*.eot binary