https://github.com/eclipse/jetty.project
Raw File
Tip revision: dc21b2d73cafd78a56e8e532cf50863739bd7027 authored by Joakim Erdfelt on 11 June 2021, 14:18:00 UTC
Updating to version 10.0.5
Tip revision: dc21b2d
.gitattributes
# Shell Scripts
*.bat	eol=crlf
*.sh	eol=lf

# Sources
*.groovy    eol=lf
*.java	eol=lf

# Configuration
*.dtd   eol=lf
*.ini   eol=lf
*.json  eol=lf
*.mod	eol=lf
*.properties	eol=lf
*.sql   eol=lf
*.xsl   eol=lf
*.xslt  eol=lf
*.xml	eol=lf
*.yaml  eol=lf
*.yml   eol=lf

# Text / Documentation
*.adoc	eol=lf
*.dot   eol=lf
*.txt	eol=lf
*.TXT   eol=lf
*.md    eol=lf
*.pdf   binary

# Web
*.gif   binary
*.htm   eol=lf
*.html  eol=lf
*.ico   binary
*.jar   binary
*.jpg   binary
*.jpeg  binary
*.js    eol=lf
*.jsp   eol=lf
*.jspf  eol=lf
*.png   binary
*.svg   eol=lf
*.svgz  binary
*.tga   binary
*.tif   binary
*.tiff  binary
*.ttf   binary
*.war   binary

# Build Files
Jenkinsfile	eol=lf

# Binaries
*.raw   binary
*.gz    binary
*.zip   binary
*.br    binary
*.brotli    binary
*.bz2   binary

back to top