initial commit
This commit is contained in:
commit
e869a1cab4
107 changed files with 9029 additions and 0 deletions
27
.gitattributes
vendored
Normal file
27
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
|
||||
# normalize these files. Always LF on checkout and always LF on checkin
|
||||
.gitignore eol=lf
|
||||
.gitattributes eol=lf
|
||||
*.php text eol=lf diff=php
|
||||
*.phtml text eol=lf diff=html
|
||||
*.volt text eol=lf diff=html
|
||||
*.html text eol=lf diff=html
|
||||
*.sh text eol=lf
|
||||
*.ini text eol=lf
|
||||
*.xml text eol=lf
|
||||
*.js text eol=lf
|
||||
*.json text eol=lf
|
||||
*.css text eol=lf
|
||||
*.less text eol=lf
|
||||
*.sql text eol=lf
|
||||
*.txt text eol=lf
|
||||
|
||||
# Binary files, should never be normalized.
|
||||
*.exe binary
|
||||
*.dll binary
|
||||
*.so binary
|
||||
*.png binary
|
||||
*.jpg binary
|
||||
*.jpeg binary
|
||||
*.gif binary
|
||||
*.ico binary
|
||||
Reference in a new issue