forked from HHS/TANF-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
42 lines (36 loc) · 836 Bytes
/
.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
# 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