mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
d216b91074
Former-commit-id: de02f8fcd7fa45a18285b687b5f3452c580b1339
13 lines
462 B
Plaintext
13 lines
462 B
Plaintext
*.go linguist-language=Go
|
|
vendor/* linguist-vendored
|
|
_examples/* linguist-documentation
|
|
_benchmarks/* linguist-documentation
|
|
# Set the default behavior, in case people don't have core.autocrlf set.
|
|
# if from windows:
|
|
# git config --global core.autocrlf true
|
|
# if from unix:
|
|
# git config --global core.autocrlf input
|
|
# https://help.github.com/articles/dealing-with-line-endings/#per-repository-settings
|
|
* text=auto
|
|
# ignore perms
|
|
# git config core.filemode false |