1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-24 03:16:14 +02:00
echo/.gitattributes

23 lines
739 B
Plaintext
Raw Normal View History

2015-06-23 22:33:11 -07:00
# Automatically normalize line endings for all text-based files
# http://git-scm.com/docs/gitattributes#_end_of_line_conversion
* text=auto
# For the following file types, normalize line endings to LF on checkin and
2015-06-23 22:39:16 -07:00
# prevent conversion to CRLF when they are checked out (this is required in
2016-01-29 04:57:47 -08:00
# order to prevent newline related issues)
2016-01-29 04:08:29 -08:00
.* text eol=lf
*.css text eol=lf
2015-06-23 22:33:11 -07:00
*.go text eol=lf
*.html text eol=lf
*.js text eol=lf
*.json text eol=lf
*.md text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
2015-06-23 22:33:11 -07:00
LICENSE text eol=lf
# Exclude documentation-related directories from Github's language statistics
2015-06-23 22:33:11 -07:00
# https://github.com/github/linguist#using-gitattributes
_fixture/* linguist-documentation
2015-06-23 22:39:16 -07:00
website/* linguist-documentation