mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 02:31:04 +01:00
452b7d2df0
Former-commit-id: f0a26383ace695525d5aec52ec2181d781d26a83
13 lines
436 B
Plaintext
13 lines
436 B
Plaintext
*.go linguist-language=Go
|
|
_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
|