Skip to content

Commit

Permalink
Updating gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Jul 10, 2024
1 parent dab633f commit b668061
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 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

Empty file modified _update_canonical_links.sh
100644 → 100755
Empty file.

0 comments on commit b668061

Please sign in to comment.