POGOserver/.gitattributes
2016-08-06 13:56:54 +02:00

16 lines
488 B
Plaintext

# Line endings: enforce LF in GitHub, convert to native on checkout.
* text=auto
*.js text
# Make GitHub ignore vendor libraries while computing language stats.
# See https://github.com/github/linguist#overrides.
*.proto linguist-vendored=true
*.sh linguist-vendored=true
*.bat linguist-vendored=true
# Explicitly specify language for non-standard extensions used under
# ide/web/lib/templates to make GitHub correctly count their language stats.
#
*.js_ linguist-language=JavaScript