Skip to content

Commit 8d24e76

Browse files
committed
Revert "remove attrs"
This reverts commit 103138a.
1 parent 103138a commit 8d24e76

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

.gitattributes

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# All text files should have the "lf" (Unix) line endings
2+
* text eol=lf
3+
4+
# Explicitly declare text files you want to always be normalized and converted
5+
# to native line endings on checkout.
6+
*.java text
7+
*.go text
8+
*.json text
9+
*.kt text
10+
*.css text
11+
*.sass text
12+
*.scss text
13+
*.less text
14+
*.xml text
15+
*.yml text
16+
*.yaml text
17+
*.properties text
18+
*.html text
19+
*.sh text
20+
*.md text
21+
*.txt text
22+
*.sql text
23+
*.gradle text
24+
*.service text
25+
*.bat text eol=crlf
26+
*.js text
27+
*.js linguist-language=Swift
28+
29+
# Denote all files that are truly binary and should not be modified.
30+
*.png binary
31+
*.jpg binary
32+
*.jar binary
33+
*.pdf binary
34+
*.eot binary
35+
*.ttf binary
36+
*.gzip binary
37+
*.gz binary
38+
*.ai binary
39+
*.eps binary
40+
*.swf binary

0 commit comments

Comments
 (0)