-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitattributes
62 lines (54 loc) · 1.31 KB
/
.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
* -text
.editorconfig text eol=lf
.gitignore text eol=lf
# Windows シェル系
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf
# .NET 関連
*.cs text eol=crlf
*.vb text eol=crlf
*.sln text eol=crlf
*.csproj text eol=crlf
*.vbproj text eol=crlf
# HTML, CSS 系
*.css text eol=lf
*.html text eol=lf
*.less text eol=lf
*.sass text eol=lf
*.scss text eol=lf
# JS, PHP 系
*.js text eol=lf
*.json text eol=lf
*.ts text eol=lf
*.vue text eol=lf
*.php text eol=lf
# その他
*.md text eol=lf
*.svg text eol=lf
*.sh text eol=lf
*.min.css linguist-generated
*.min.js linguist-generated
*.jpg binary
*.jpeg binary
*.tif binary
*.tiff binary
*.bmp binary
*.gif binary
*.png binary
*.ico binary
*.lzh filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.7z filter=lfs diff=lfs merge=lfs -text
*.psd filter=lfs diff=lfs merge=lfs -text
*.ai filter=lfs diff=lfs merge=lfs -text
*.xls filter=lfs diff=lfs merge=lfs -text
*.xlsx filter=lfs diff=lfs merge=lfs -text
*.xlsm filter=lfs diff=lfs merge=lfs -text
*.accdb filter=lfs diff=lfs merge=lfs -text
*.laccdb filter=lfs diff=lfs merge=lfs -text
*.ppt filter=lfs diff=lfs merge=lfs -text
*.pptx filter=lfs diff=lfs merge=lfs -text
*.exe filter=lfs diff=lfs merge=lfs -text
*.dll filter=lfs diff=lfs merge=lfs -text
*.iso filter=lfs diff=lfs merge=lfs -text