Настройка атрибутов репозитория
This commit is contained in:
83
.gitattributes
vendored
Normal file
83
.gitattributes
vendored
Normal file
@@ -0,0 +1,83 @@
|
|||||||
|
# =============================================================================
|
||||||
|
# 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
|
||||||
Reference in New Issue
Block a user