https://github.com/eclipse/jetty.project
Raw File
Tip revision: 0ca6295cbc0a9f1c50eda1fc90a388165a5ee9ea authored by Greg Wilkins on 16 February 2023, 17:21:12 UTC
Rename process to handle (#9385)
Tip revision: 0ca6295
.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