gitattributes changed
This commit is contained in:
151
.gitattributes
vendored
151
.gitattributes
vendored
@ -1,78 +1,79 @@
|
|||||||
# Explicitly declare text=auto files you want to always be normalized and converted
|
# Explicitly declare text=auto files you want to always be normalized and converted
|
||||||
# to native line endings on checkout.
|
# to native line endings on checkout.
|
||||||
*.txt text=auto
|
* text=auto
|
||||||
*.log text=auto
|
*.txt text
|
||||||
*.sql text=auto
|
*.log text
|
||||||
*.template text=auto
|
*.sql text
|
||||||
*.properties text=auto
|
*.template text
|
||||||
*.rc text=auto
|
*.properties text
|
||||||
*.ini text=auto
|
*.rc text
|
||||||
*.tpl text=auto
|
*.ini text
|
||||||
*.cfg text=auto
|
*.tpl text
|
||||||
*.bat text=auto
|
*.cfg text
|
||||||
*.cmd text=auto
|
*.bat text
|
||||||
*.iss text=auto
|
*.cmd text
|
||||||
*.ipr text=auto
|
*.iss text
|
||||||
*.iml text=auto
|
*.ipr text
|
||||||
*.iws text=auto
|
*.iml text
|
||||||
*.java text=auto
|
*.iws text
|
||||||
*.jj text=auto
|
*.java text
|
||||||
*.cup text=auto
|
*.jj text
|
||||||
*.pl text=auto
|
*.cup text
|
||||||
*.pas text=auto
|
*.pl text
|
||||||
*.pp text=auto
|
*.pas text
|
||||||
*.inc text=auto
|
*.pp text
|
||||||
*.dpk text=auto
|
*.inc text
|
||||||
*.bpk text=auto
|
*.dpk text
|
||||||
*.dfm text=auto
|
*.bpk text
|
||||||
*.xfm text=auto
|
*.dfm text
|
||||||
*.lfm text=auto
|
*.xfm text
|
||||||
*.dpr text=auto
|
*.lfm text
|
||||||
*.bpr text=auto
|
*.dpr text
|
||||||
*.bpg text=auto
|
*.bpr text
|
||||||
*.lpr text=auto
|
*.bpg text
|
||||||
*.lrs text=auto
|
*.lpr text
|
||||||
*.frc text=auto
|
*.lrs text
|
||||||
*.lpk text=auto
|
*.frc text
|
||||||
*.lpi text=auto
|
*.lpk text
|
||||||
*.dproj text=auto
|
*.lpi text
|
||||||
*.bdsproj text=auto
|
*.dproj text
|
||||||
*.bdsgroup text=auto
|
*.bdsproj text
|
||||||
*.groupproj text=auto
|
*.bdsgroup text
|
||||||
*.cbproj text=auto
|
*.groupproj text
|
||||||
*.dof text=auto
|
*.cbproj text
|
||||||
*.cpp text=auto
|
*.dof text
|
||||||
*.c text=auto
|
*.cpp text
|
||||||
*.h text=auto
|
*.c text
|
||||||
*.awk text=auto
|
*.h text
|
||||||
*.sh text=auto eol=lf
|
*.awk text
|
||||||
*.csv text=auto
|
*.sh text eol=lf
|
||||||
*.url text=auto
|
*.csv text
|
||||||
*.tld text=auto
|
*.url text
|
||||||
*.xml text=auto
|
*.tld text
|
||||||
*.xsl text=auto
|
*.xml text
|
||||||
*.xsd text=auto
|
*.xsl text
|
||||||
*.jrxml text=auto
|
*.xsd text
|
||||||
*.dtd text=auto
|
*.jrxml text
|
||||||
*.js text=auto
|
*.dtd text
|
||||||
*.json text=auto
|
*.js text
|
||||||
*.css text=auto
|
*.json text
|
||||||
*.jsp text=auto
|
*.css text
|
||||||
*.htm text=auto
|
*.jsp text
|
||||||
*.html text=auto
|
*.htm text
|
||||||
*.rtx text=auto
|
*.html text
|
||||||
*.tsv text=auto
|
*.rtx text
|
||||||
*.etx text=auto
|
*.tsv text
|
||||||
*.sgm text=auto
|
*.etx text
|
||||||
*.sgml text=auto
|
*.sgm text
|
||||||
*.talk text=auto
|
*.sgml text
|
||||||
*.vcf text=auto
|
*.talk text
|
||||||
makefile text=auto eol=lf
|
*.vcf text
|
||||||
COPYING text=auto
|
makefile text eol=lf
|
||||||
.gitattributes text=auto
|
COPYING text
|
||||||
.gitignore text=auto
|
.gitattributes text
|
||||||
*.gradle text=auto
|
.gitignore text
|
||||||
.*src text=auto
|
*.gradle text
|
||||||
*.stg text=auto
|
.*src text
|
||||||
*.g text=auto
|
*.stg text
|
||||||
|
*.g text
|
||||||
*. eol=lf
|
*. eol=lf
|
||||||
|
Reference in New Issue
Block a user