overte/.gitattributes
2017-03-31 17:26:09 +02:00

35 lines
717 B
Text

*.cfg text
*.cpp text
*.css text
*.c text
*.frag text
*.fst text
*.h text
*.html text
*.ini text
*.json text
*.js text
*.qml text
*.slf text
*.slh text
*.slv text
*.ts text
*.txt text
*.vert text
# Denote all files that are truly binary and should not be modified.
*.dds binary
*.fbx binary
*.jpg binary
*.png binary
*.svg binary
*.ttf binary
*.wav binary
*.rsrc binary
# GIT-LFS managed assets
unpublishedScripts/**/*.fbx filter=lfs diff=lfs merge=lfs -text
unpublishedScripts/**/*.jpg filter=lfs diff=lfs merge=lfs -text
unpublishedScripts/**/*.gif filter=lfs diff=lfs merge=lfs -text
unpublishedScripts/**/*.png filter=lfs diff=lfs merge=lfs -text
unpublishedScripts/**/*.wav filter=lfs diff=lfs merge=lfs -text