Uh oh!
There was an error while loading. Please reload this page.
forked from scratchfoundation/scratch-editor
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
Latest commit
79 lines (72 loc) · 1.72 KB
/
Copy path.gitattributes
File metadata and controls
79 lines (72 loc) · 1.72 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# Set the default behavior, in case people don't have core.autocrlf set.
*text=auto
# Explicitly specify line endings for as many files as possible.
# People who (for example) rsync between Windows and Linux need this.
# File types which we know are binary
*.bmpbinary
*.curbinary
*.gifbinary
*.icnsbinary
*.icobinary
*.jpgbinary
*.mp3binary
*.oggbinary
*.pngbinary
*.sbbinary
*.sb[23] binary
*.sprite[23] binary
*.wavbinary
*.zipbinary
# Treat SVG files as binary so that their contents don't change due to line
# endings. The contents of SVGs must not change from the way they're stored
# on assets.scratch.mit.edu so that MD5 calculations don't change.
*.svgbinary
# Prefer LF for most file types
*.csstexteol=lf
*.ejstexteol=lf
*.fragtexteol=lf
*.htmtexteol=lf
*.htmltexteol=lf
*.imltexteol=lf
*.jstexteol=lf
*.js.maptexteol=lf
*.jsontexteol=lf
*.json5texteol=lf
*.jsxtexteol=lf
*.mdtexteol=lf
*.mustachetexteol=lf
*.pjstexteol=lf
*.pytexteol=lf
*.shtexteol=lf
*.sprite[23]jsontexteol=lf
*.sublime-projecttexteol=lf
*.test.*.snaptexteol=lf
*.tstexteol=lf
*.txttexteol=lf
*.verttexteol=lf
*.xmltexteol=lf
*.yamltexteol=lf
*.ymltexteol=lf
# Prefer LF for these files
.babelrctexteol=lf
.browserslistrctexteol=lf
.editorconfigtexteol=lf
.eslintignoretexteol=lf
.eslintrctexteol=lf
.gitattributestexteol=lf
.gitignoretexteol=lf
.gitmodulestexteol=lf
.jshintrctexteol=lf
.npmignoretexteol=lf
.npmrctexteol=lf
.tm_propertiestexteol=lf
Appfiletexteol=lf
Fastfiletexteol=lf
Gemfiletexteol=lf
LICENSEtexteol=lf
Makefiletexteol=lf
TRADEMARKtexteol=lf
**/.tx/configtexteol=lf
# Use CRLF for Windows-specific file types
*.battexteol=crlf
*.cmdtexteol=crlf