forked from domainmod/domainmod
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
37 lines (34 loc) · 727 Bytes
/
.gitattributes
File metadata and controls
37 lines (34 loc) · 727 Bytes
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
* text=auto eol=lf
*.css text
*.csv text
*.htaccess text
*.htm text diff=html
*.html text diff=html
*.js text
*.json text
*.markdown text
*.md text
*.php text diff=php
*.php3 text diff=php
*.py text diff=python
*.sql text
*.txt text
*.xhtml text diff=html
*.xml text
*.yaml text
*.yml text
*.GIF binary
*.gif binary
*.ICO binary
*.ico binary
*.JPG binary
*.jpg binary
*.PNG binary
*.png binary
*.PSD binary
*.psd binary
*.7gz binary
*.7z binary
*.gz binary
*.tar binary
*.zip binary