forked from playcanvas/engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
41 lines (38 loc) · 919 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# This file normalizes line endings stored in the repo to LF (Unix/Git).
# Contributors are still able to use their native line endings locally.
# More info here: https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Explicitly declare text files to be normalized on checkin
# and converted back to native line endings on checkout.
*.js text
*.json text
*.mjs text
*.cjs text
*.jsx text
*.ts text
*.txt text
*.tsx text
*.md text
*.html text
*.gltf text
*.glsl text
*.css text
*.mustache text
*.obj text
*.atlas text
*.yaml text
*.babelrc text
# Denote all files that are truly binary and should therefore not be modified.
*.png binary
*.jpg binary
*.glb binary
*.fbx binary
*.wasm binary
*.basis binary
*.bin binary
*.dds binary
*.drc binary
*.mp3 binary
*.mp4 binary
*.gz binary