mirror of
https://github.com/kataras/iris.git
synced 2026-01-11 05:55:57 +00:00
ok the new mvc system works great, all tests done and almost x3 smaller LOC used plus new three awesome features:) - next commit will be commenting out and replace the mvc package with the new mvc2
Former-commit-id: 552095d29256a1116849cc6054c82001e790e705
This commit is contained in:
20
.gitattributes
vendored
20
.gitattributes
vendored
@@ -1,11 +1,11 @@
|
||||
*.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
|
||||
*.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
|
||||
Reference in New Issue
Block a user