mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-03-21 17:34:27 -05:00
21 lines
578 B
Plaintext
21 lines
578 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
|
|
*.html linguist-vendored=true
|
|
*.css linguist-vendored=true
|
|
|
|
api/* 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
|