mirror of
https://github.com/lubosz/overte.git
synced 2025-08-12 00:12:38 +02:00
Merge remote-tracking branch 'upstream/master' into HEAD
This commit is contained in:
commit
1de811c754
19 changed files with 2727 additions and 2702 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 text
|
||||||
|
*.dds text
|
||||||
|
*.svg text
|
||||||
|
*.ttf text
|
Loading…
Reference in a new issue