mirror of
https://github.com/overte-org/overte.git
synced 2025-06-19 06:40:01 +02:00
css and cfg filetypes are text in .gitattributes
This commit is contained in:
parent
4ff05e8c2a
commit
d02fe784a9
3 changed files with 397 additions and 395 deletions
28
.gitattributes
vendored
28
.gitattributes
vendored
|
@ -1,25 +1,27 @@
|
||||||
|
*.cfg text
|
||||||
*.cpp text
|
*.cpp text
|
||||||
|
*.css text
|
||||||
*.c text
|
*.c text
|
||||||
*.h text
|
|
||||||
*.qml text
|
|
||||||
*.js text
|
|
||||||
*.json text
|
|
||||||
*.slv text
|
|
||||||
*.slf text
|
|
||||||
*.slh text
|
|
||||||
*.vert text
|
|
||||||
*.frag text
|
*.frag text
|
||||||
*.fst text
|
*.fst text
|
||||||
*.ini text
|
*.h text
|
||||||
*.html text
|
*.html text
|
||||||
|
*.ini text
|
||||||
|
*.json text
|
||||||
|
*.js text
|
||||||
|
*.qml text
|
||||||
|
*.slf text
|
||||||
|
*.slh text
|
||||||
|
*.slv text
|
||||||
*.ts text
|
*.ts text
|
||||||
*.txt text
|
*.txt text
|
||||||
|
*.vert text
|
||||||
|
|
||||||
# Denote all files that are truly binary and should not be modified.
|
# Denote all files that are truly binary and should not be modified.
|
||||||
*.png binary
|
|
||||||
*.jpg binary
|
|
||||||
*.wav binary
|
|
||||||
*.fbx binary
|
|
||||||
*.dds binary
|
*.dds binary
|
||||||
|
*.fbx binary
|
||||||
|
*.jpg binary
|
||||||
|
*.png binary
|
||||||
*.svg binary
|
*.svg binary
|
||||||
*.ttf binary
|
*.ttf binary
|
||||||
|
*.wav binary
|
||||||
|
|
Loading…
Reference in a new issue