84 lines
2.7 KiB
Plaintext
84 lines
2.7 KiB
Plaintext
# =============================================================================
|
|
# Global text normalization
|
|
# =============================================================================
|
|
* text=auto eol=lf
|
|
|
|
# =============================================================================
|
|
# Shell scripts (must stay LF)
|
|
# =============================================================================
|
|
*.sh text eol=lf
|
|
*.bash text eol=lf
|
|
*.zsh text eol=lf
|
|
|
|
# =============================================================================
|
|
# Windows scripts
|
|
# =============================================================================
|
|
*.bat text eol=crlf
|
|
*.cmd text eol=crlf
|
|
*.ps1 text eol=crlf
|
|
|
|
# =============================================================================
|
|
# Binary images
|
|
# =============================================================================
|
|
*.png binary
|
|
*.jpg binary
|
|
*.jpeg binary
|
|
*.gif binary
|
|
*.bmp binary
|
|
*.webp binary
|
|
*.ico binary
|
|
|
|
# SVG is text
|
|
*.svg text
|
|
|
|
# =============================================================================
|
|
# Media
|
|
# =============================================================================
|
|
*.mp3 binary
|
|
*.wav binary
|
|
*.ogg binary
|
|
*.mp4 binary
|
|
*.mov binary
|
|
*.avi binary
|
|
*.mkv binary
|
|
|
|
# =============================================================================
|
|
# Fonts
|
|
# =============================================================================
|
|
*.eot binary
|
|
*.ttf binary
|
|
*.woff binary
|
|
*.woff2 binary
|
|
*.otf binary
|
|
|
|
# =============================================================================
|
|
# Documents
|
|
# =============================================================================
|
|
*.pdf binary
|
|
|
|
# =============================================================================
|
|
# WebAssembly
|
|
# =============================================================================
|
|
*.wasm binary
|
|
|
|
# =============================================================================
|
|
# Jupyter
|
|
# =============================================================================
|
|
*.ipynb binary
|
|
|
|
# =============================================================================
|
|
# Git LFS (ML / large artifacts)
|
|
# =============================================================================
|
|
*.pt filter=lfs diff=lfs merge=lfs -text
|
|
*.pth filter=lfs diff=lfs merge=lfs -text
|
|
*.onnx filter=lfs diff=lfs merge=lfs -text
|
|
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
|
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
|
|
|
# =============================================================================
|
|
# GitHub linguist hints
|
|
# =============================================================================
|
|
docs/** linguist-documentation
|
|
generated/** linguist-generated
|
|
vendor/** linguist-vendored
|