mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 22:32:49 +02:00
adding .gitattributes again
This commit is contained in:
parent
9717a53b07
commit
502fb9cca5
1 changed files with 25 additions and 0 deletions
25
.gitattributes
vendored
Normal file
25
.gitattributes
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
*.cpp text
|
||||
*.c text
|
||||
*.h text
|
||||
*.qml text
|
||||
*.js text
|
||||
*.json text
|
||||
*.slv text
|
||||
*.slf text
|
||||
*.slh text
|
||||
*.vert text
|
||||
*.frag text
|
||||
*.fst text
|
||||
*.ini text
|
||||
*.html text
|
||||
*.ts text
|
||||
*.txt text
|
||||
|
||||
# Denote all files that are truly binary and should not be modified.
|
||||
*.png binary
|
||||
*.jpg binary
|
||||
*.wav binary
|
||||
*.fbx binary
|
||||
*.dds binary
|
||||
*.svg binary
|
||||
*.ttf binary
|
Loading…
Reference in a new issue