-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.