forked from scratchfoundation/scratchx
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
37 lines (32 loc) · 798 Bytes
/
.gitattributes
File metadata and controls
37 lines (32 loc) · 798 Bytes
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
# 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
*.eot binary
*.ico binary
*.jpg binary
*.png binary
*.sbx binary
*.swf binary
*.ttf binary
*.woff binary
# Prefer LF for most file types
*.css text eol=lf
*.css.map text eol=lf
*.html text eol=lf
*.js text eol=lf
*.js.map text eol=lf
*.md text eol=lf
*.po text eol=lf
*.scss text eol=lf
*.svg text eol=lf
*.txt text eol=lf
*min.map text eol=lf
# Prefer LF for these files
.editorconfig text eol=lf
.eslintignore text eol=lf
.gitattributes text eol=lf
.gitignore text eol=lf
CNAME text eol=lf
# Use CRLF for Windows-specific file types