mirror of
https://github.com/kataras/iris.git
synced 2025-01-22 18:21:03 +01:00
79a965ec2d
Former-commit-id: de1a500475a9d6f96e86445cfb9e85a57a65d1c2
14 lines
462 B
Plaintext
14 lines
462 B
Plaintext
*.go linguist-language=Go
|
|
_examples/* linguist-documentation
|
|
_benchmarks/* linguist-documentation
|
|
go.sum linguist-generated
|
|
# 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
|