Skip to content

Commit 6c62c48

Browse files
committed
cleanups
1 parent 68185f4 commit 6c62c48

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

.gitattributes

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Set the default behavior, in case users don't have core.autocrlf set
2+
* text=auto
3+
4+
# Files that should always be normalized and converted to native line
5+
# endings on checkout.
6+
*.js text
7+
*.json text
8+
*.htm text
9+
*.html text
10+
*.svg text
11+
*.txt text
12+
*.xml text
13+
*.xsl text
14+
*.dtd text
15+
*.css text
16+
*.rest text
17+
*.rst text
18+
*.md text
19+
*.php text
20+
*.phps text
21+
*.inc text
22+
*.sh text
23+
*.bat text
24+
*.styl text
25+
*.less text
26+
Makefile text
27+
README text
28+
CHANGELOG text
29+
LICENSE text
30+
INSTALL text
31+
BUILD text
32+
33+
# Files that are truly binary and should not be modified
34+
*.png binary
35+
*.jpg binary
36+
*.jpeg binary
37+
*.gif binary
38+
*.jar binary
39+
*.zip binary
40+
*.psd binary

0 commit comments

Comments
 (0)