Skip to content

Commit

Permalink
Merge branch 'main' of github.com:jetty/jetty.website into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcc0nn3ll committed Jun 20, 2024
2 parents ffe00d7 + d576262 commit 4958a4f
Show file tree
Hide file tree
Showing 5 changed files with 373 additions and 315 deletions.
60 changes: 60 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# 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

Loading

0 comments on commit 4958a4f

Please sign in to comment.