git: add LFS to gitattributes
This commit is contained in:
parent
1cf3019178
commit
15c3217f68
1 changed files with 76 additions and 0 deletions
76
.gitattributes
vendored
76
.gitattributes
vendored
|
|
@ -1,2 +1,78 @@
|
|||
# Normalize EOL for all files that Git considers text files.
|
||||
* text=auto eol=lf
|
||||
|
||||
[attr]lfs-file filter=lfs diff=lfs merge=lfs -text
|
||||
|
||||
# Image formats
|
||||
*.afdesign lfs-file
|
||||
*.afphoto lfs-file
|
||||
*.ai lfs-file
|
||||
*.bmp lfs-file
|
||||
*.dds lfs-file
|
||||
*.jpg lfs-file
|
||||
*.gif lfs-file
|
||||
*.iff lfs-file
|
||||
*.pict lfs-file
|
||||
*.png lfs-file
|
||||
*.psd lfs-file
|
||||
*.svg lfs-file
|
||||
*.tga lfs-file
|
||||
*.tiff lfs-file
|
||||
*.webp lfs-file
|
||||
|
||||
# Audio formats
|
||||
*.aif lfs-file
|
||||
*.aiff lfs-file
|
||||
*.it lfs-file
|
||||
*.mod lfs-file
|
||||
*.mp3 lfs-file
|
||||
*.ogg lfs-file
|
||||
*.s3m lfs-file
|
||||
*.wav lfs-file
|
||||
*.xm lfs-file
|
||||
|
||||
# Video formats
|
||||
*.mov lfs-file
|
||||
*.avi lfs-file
|
||||
*.asf lfs-file
|
||||
*.mpg lfs-file
|
||||
*.mpeg lfs-file
|
||||
*.mp4 lfs-file
|
||||
|
||||
# Font formats
|
||||
*.ttf lfs-file
|
||||
*.otf lfs-file
|
||||
|
||||
# Bundles and binaries
|
||||
*.dll lfs-file
|
||||
*.exe lfs-file
|
||||
*.mdb lfs-file
|
||||
*.pdb lfs-file
|
||||
*.so lfs-file
|
||||
|
||||
# Packaging
|
||||
*.zip lfs-file
|
||||
*.7z lfs-file
|
||||
*.gz lfs-file
|
||||
*.rar lfs-file
|
||||
*.tar lfs-file
|
||||
|
||||
# 3D formats
|
||||
*.3ds lfs-file
|
||||
*.3dm lfs-file
|
||||
*.abc lfs-file
|
||||
*.blend lfs-file
|
||||
*.c4d lfs-file
|
||||
*.dae lfs-file
|
||||
*.dfx lfs-file
|
||||
*.FBX lfs-file
|
||||
*.fbx lfs-file
|
||||
*.glb lfs-file
|
||||
*.gltf lfs-file
|
||||
*.lwo lfs-file
|
||||
*.lwo2 lfs-file
|
||||
*.lxo lfs-file
|
||||
*.obj lfs-file
|
||||
*.ma lfs-file
|
||||
*.max lfs-file
|
||||
*.mb lfs-file
|
||||
Loading…
Add table
Add a link
Reference in a new issue