forked from RuneAudio/RuneUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
51 lines (49 loc) · 804 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
43
44
45
46
47
48
49
50
51
# 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.
*.php text
*.txt text
*.ini text
*.dist text
*.twig text
*.html text
*.htm text
*.json text
*.log text
*.yml text
*.rb text
*.csv text
*.xml text
*.ci text
*.js text
*.css text
*.cache text
*.meta text
*.phar text
app/console text
console text
vendors text
.gitignore text
behat text
Capfile text
deps text
*.lock text
*.md text
*.markdown text
.htaccess text
*.sh text
*.pl text
*.cgi text
# Denote all files that are truly binary and should not be modified.
*.png binary
*.gif binary
*.jpg binary
*.db binary
*.jar binary
*.ico binary
.gitkeep binary
*.gz binary
*.zip binary
*.7z binary
*.ttf binary