Skip to content

Commit db65595

Browse files
committed
Update some data
1 parent 85c3885 commit db65595

File tree

2 files changed

+45
-3
lines changed

2 files changed

+45
-3
lines changed

.gitattributes

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,47 @@
1-
# Disable LF normalization for all files
2-
* -text
1+
# Line ending normalization. -------------------------
2+
# Reference https://help.github.com/articles/dealing-with-line-endings/
3+
# Set the default behavior, in case people don't have core.autocrlf set.
4+
* text=auto
5+
6+
# Explicitly declare text files you want to always be normalized and converted to native line endings on checkout.
7+
*.inc text
8+
*.ini text
9+
*.txt text
10+
*.xml text
11+
12+
# Declare files that will always have LF line endings on checkout.
13+
.htaccess text eol=lf
14+
*.css text eol=lf
15+
*.htm text eol=lf
16+
*.html text eol=lf
17+
*.js text eol=lf
18+
*.json text eol=lf
19+
*.map text eol=lf
20+
*.md text eol=lf
21+
*.mo text eol=lf
22+
*.php text eol=lf
23+
*.po text eol=lf
24+
*.pot text eol=lf
25+
*.sql text eol=lf
26+
*.svg text eol=lf
27+
*.yml text eol=lf
28+
29+
# Denote all files that are truly binary and should not be modified.
30+
*.eot binary
31+
*.gif binary
32+
*.ico binary
33+
*.jpeg binary
34+
*.jpg binary
35+
*.mp3 binary
36+
*.mp4 binary
37+
*.otf binary
38+
*.png binary
39+
*.swf binary
40+
*.ttf binary
41+
*.wav binary
42+
*.woff binary
43+
*.woff2 binary
44+
# End line ending normalization. ----------------------
345

446
# Export ignore folders, files.
547
tests export-ignore

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018 Rundiz.com
3+
Copyright (c) Rundiz.com
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)