https://github.com/eclipse/jetty.project
Raw File
Tip revision: 66c1c3b798fe16fc26e9f7cc53c053e2076ce5e7 authored by Ludovic Orban on 02 April 2024, 12:11:32 UTC
#11594 add alias check to allow all context resources to be served, as for the equivalent servlet tests
Tip revision: 66c1c3b
.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