Add a gitattributes file

Make GitHub's language statistics treat the `*.conf` files as Nginx configuration files
This commit is contained in:
Léo Colombaro 2018-11-23 12:33:48 +01:00 committed by GitHub
parent 286a158ce7
commit 56d84bb509
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

13
.gitattributes vendored Normal file
View File

@ -0,0 +1,13 @@
# 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