2018-11-23 12:33:48 +01:00
|
|
|
# Automatically normalize line endings for all text-based files
|
|
|
|
# https://git-scm.com/docs/gitattributes#_end_of_line_conversion
|
|
|
|
|
|
|
|
* text=auto
|
|
|
|
|
|
|
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
|
|
|
# Make GitHub's language statistics treat the `*.conf` files as
|
|
|
|
# Nginx configuration files
|
|
|
|
#
|
|
|
|
# https://github.com/github/linguist/blob/master/README.md
|
|
|
|
|
|
|
|
*.conf linguist-language=Nginx
|
2019-02-01 13:05:28 +01:00
|
|
|
|
|
|
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
|
|
|
/.git* export-ignore
|
2019-02-10 22:15:33 +01:00
|
|
|
/test export-ignore
|