-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
42 lines (39 loc) · 1.14 KB
/
.gitattributes
File metadata and controls
42 lines (39 loc) · 1.14 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
# List any file patterns that are text and should have line endings
# normalized, i.e. convert crlf => lf
.dockerignore text
.editorconfig text
.gitattributes text
.gitignore text
.project text
.yamllint text diff=yaml eol=lf
*.conf text
*.csv text eol=lf
*.css text diff=css
*.htm text diff=html
*.html text diff=html
*.java text diff=java
*.js text
*.json text
*.jsp text
*.md text diff=markdown
*.php text diff=php
*.properties text
*.py text diff=python
*.sh text diff=bash
*.sql text
*.tf text
*.ts text
*.txt text
*.xml text
*.yaml text
*.yml text
CODEOWNERS text
Dockerfile text
*.docx filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.gif filter=lfs diff=lfs merge=lfs -text
*.jpeg filter=lfs diff=lfs merge=lfs -text
*.jpg filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.mp3 filter=lfs diff=lfs merge=lfs -text
*.wav filter=lfs diff=lfs merge=lfs -text