Modification des attributs
This commit is contained in:
parent
9839420a68
commit
9fdb4a0ee3
66
.gitattributes
vendored
66
.gitattributes
vendored
@ -1,33 +1,33 @@
|
|||||||
# Set default behaviour, in case users don't have core.autocrlf set.
|
# Set default behaviour, in case users don't have core.autocrlf set.
|
||||||
# More info: https://help.github.com/articles/dealing-with-line-endings
|
# More info: https://help.github.com/articles/dealing-with-line-endings
|
||||||
* text=auto
|
* text=auto
|
||||||
|
|
||||||
|
|
||||||
# Explicitly declare text files we want to always be normalized and converted
|
# Explicitly declare text files we want to always be normalized and converted
|
||||||
# to native line endings on checkout.
|
# to native line endings on checkout.
|
||||||
*.php text eol=lf
|
*.php text eol=lf
|
||||||
*.pl text eol=lf
|
*.pl text eol=lf
|
||||||
*.sql text eol=lf
|
*.sql text eol=lf
|
||||||
*.htm text eol=lf
|
*.htm text eol=lf
|
||||||
*.html text eol=lf
|
*.html text eol=lf
|
||||||
*.js text eol=lf
|
*.js text eol=lf
|
||||||
*.css text eol=lf
|
*.css text eol=lf
|
||||||
*.lang text eol=lf
|
*.lang text eol=lf
|
||||||
*.txt text eol=lf
|
*.txt text eol=lf
|
||||||
*.md text eol=lf
|
*.md text eol=lf
|
||||||
*.pp text eol=lf
|
*.pp text eol=lf
|
||||||
*.sh text eol=lf
|
*.sh text eol=lf
|
||||||
*.yaml text eol=lf
|
*.yaml text eol=lf
|
||||||
|
|
||||||
.bash_aliases text eol=lf
|
.bash_aliases text eol=lf
|
||||||
|
|
||||||
# Denote all files that are truly binary and should not be modified.
|
# Denote all files that are truly binary and should not be modified.
|
||||||
*.bmp binary
|
*.bmp binary
|
||||||
*.ico binary
|
*.ico binary
|
||||||
*.png binary
|
*.png binary
|
||||||
*.jpg binary
|
*.jpg binary
|
||||||
*.odt binary
|
*.odt binary
|
||||||
*.odf binary
|
*.odf binary
|
||||||
*.frm binary
|
*.frm binary
|
||||||
*.MYD binary
|
*.MYD binary
|
||||||
*.MYI binary
|
*.MYI binary
|
||||||
|
|||||||
12
INSTALL
12
INSTALL
@ -1,6 +1,6 @@
|
|||||||
INSTALL
|
INSTALL
|
||||||
-------
|
-------
|
||||||
|
|
||||||
English: See README.md file.
|
English: See README.md file.
|
||||||
|
|
||||||
French: Voir fichier README-FR.md.
|
French: Voir fichier README-FR.md.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user