1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 08:18:50 -05:00

Remove some duplicates between Common and Java/Web gitattributes

Signed-off-by: Alexander Karatarakis <alex@karatarakis.com>
This commit is contained in:
Alexander Karatarakis 2015-01-13 23:59:43 +02:00
parent 277a279066
commit 6de1b0b544
2 changed files with 0 additions and 15 deletions

View File

@ -6,13 +6,6 @@
# The above will handle all files NOT found below
#
# These files are text and should be normalized (Convert crlf => lf)
*.md text
*.adoc text
*.textile text
*.mustache text
*.csv text
*.tab text
*.tsv text
*.css text
*.df text
*.htm text
@ -24,7 +17,6 @@
*.jspf text
*.properties text
*.sh text
*.sql text
*.svg text
*.tld text
*.txt text

View File

@ -9,13 +9,6 @@
#
# These files are text and should be normalized (Convert crlf => lf)
*.md text
*.adoc text
*.textile text
*.mustache text
*.csv text
*.tab text
*.tsv text
*.php text
*.css text
*.js text