mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 11:50:39 +02:00
Merge pull request #6127 from AndrewMeadows/gitattributes
gitattributes take 2
This commit is contained in:
commit
f54fe50c79
15 changed files with 3021 additions and 2994 deletions
27
.gitattributes
vendored
Normal file
27
.gitattributes
vendored
Normal file
|
@ -0,0 +1,27 @@
|
|||
*.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
|
Loading…
Reference in a new issue