-
Notifications
You must be signed in to change notification settings - Fork 27
/
.gitattributes
47 lines (40 loc) · 1.03 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
# Set default behaviour, in case users don't have core.autocrlf set.
* text=input
# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.py text
*.html text
*.css text
*.js text
.gitattributes text
*.py diff=python
*.html diff=html
*.scss diff=css
*.md diff=markdown
# Declare files that will always have CRLF line endings on checkout.
#*.sln text eol=crlf
*.conf text eol=lf
*.css text eol=lf
*.html text eol=lf
*.ini text eol=lf
*.js text eol=lf
*.json text eol=lf
*.jsx text eol=lf
*.md text eol=lf
*.po text eol=lf
*.py text eol=lf
*.scss text eol=lf
*.sh text eol=lf
*.txt text eol=lf
*.wsgi text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.gif binary
*.pdf binary
# Annoying product-updates zip files
product-updates/knowledge-center/FTANF_2009.zip binary eol=lf
product-updates/knowledge-center/SSPMOE_2009.zip binary eol=lf
product-updates/knowledge-center/ftanf.zip binary eol=lf