-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
54 lines (46 loc) · 1.06 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
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Auto detect text files and perform LF normalization
#* text=auto eol=lf
# PHP files
*.php text eol=lf diff=php
*.phpt text eol=lf diff=php
*.phtml text eol=lf diff=html
*.twig text eol=lf
*.phar binary
# Configuration
*.xml text eol=lf
# Scripts
smtplatrine text eol=lf
*.bash text eol=lf
*.sh text eol=lf
*.zsh text eol=lf
*.bat text eol=crlf
*.cmd text eol=crlf
# Graphics
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.tif binary
*.tiff binary
*.ico binary
# SVG treated as text by default.
*.svg text
# Documents
*.csv text eol=crlf
*.tab text
*.tsv text
*.txt text
*.sql text
*.md text diff=markdown
# Source files
# ============
*.vim text eol=lf
.vimrc text eol=lf
.gvimrc text eol=lf
# Git files
*.gitattributes text
.gitignore text
.gitattributes export-ignore
.gitignore export-ignore