Skip to content

Commit 4d1d38e

Browse files
author
Christian Oellers
committed
Fix gitattributes + binaries
1 parent 856263b commit 4d1d38e

8 files changed

Lines changed: 92 additions & 1 deletion

File tree

.gitattributes

Lines changed: 92 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,92 @@
1-
* text eol=lf
1+
## Text to be normalized (Convert crlf => lf)
2+
3+
# Source code
4+
*.bat text
5+
*.coffee text
6+
*.css text
7+
*.htm text
8+
*.html text
9+
*.inc text
10+
*.ini text
11+
*.js text
12+
*.json text
13+
*.less text
14+
*.php text
15+
*.pl text
16+
*.py text
17+
*.rb text
18+
*.sass text
19+
*.scm text
20+
*.scss text
21+
*.sh text
22+
*.sql text
23+
*.styl text
24+
*.svg text
25+
*.txt text
26+
*.xml text
27+
28+
# Templates
29+
*.dot text
30+
*.ejs text
31+
*.haml text
32+
*.hbs text
33+
*.hbt text
34+
*.jade text
35+
*.phtml text
36+
*.tmpl text
37+
38+
# Server config
39+
.htaccess text
40+
41+
# Git config
42+
.gitattributes text
43+
.gitconfig text
44+
.gitignore text
45+
46+
# Code analysis config
47+
.csslintrc text
48+
.jscsrc text
49+
.jshintignore text
50+
.jshintrc text
51+
52+
# Misc config
53+
*.yaml text
54+
*.yml text
55+
.editorconfig text
56+
57+
# Build config
58+
*.bowerrc text
59+
*.npmignore text
60+
61+
# Heroku
62+
.slugignore text
63+
Procfile text
64+
65+
# Documentation
66+
*.md text
67+
AUTHORS text
68+
LICENSE text
69+
70+
71+
## Binary (leave untouched)
72+
73+
# (binary is a macro for -text -diff)
74+
*.7z binary
75+
*.eot binary
76+
*.fla binary
77+
*.flv binary
78+
*.gif binary
79+
*.gz binary
80+
*.ico binary
81+
*.jpeg binary
82+
*.jpg binary
83+
*.mov binary
84+
*.mp3 binary
85+
*.mp4 binary
86+
*.pdf binary
87+
*.png binary
88+
*.pyc binary
89+
*.swf binary
90+
*.ttf binary
91+
*.woff binary
92+
*.zip binary
1 Byte
Loading
1 Byte
Loading
2 Bytes
Loading
1 Byte
Loading
1 Byte
Loading
1 Byte
Loading
1 Byte
Loading

0 commit comments

Comments
 (0)