Skip to content

Commit

Permalink
将代码重构为 基于Owin的插件模式
Browse files Browse the repository at this point in the history
  • Loading branch information
fanpan26 committed Jun 19, 2017
1 parent 65d8f3e commit d7f6faf
Show file tree
Hide file tree
Showing 1,027 changed files with 7,576 additions and 1,369,109 deletions.
17 changes: 1 addition & 16 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,17 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto

# Custom for Visual Studio
*.cs diff=csharp

# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
* text=auto
50 changes: 24 additions & 26 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore

# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates
*.vcxproj.filters

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
Expand All @@ -20,13 +23,14 @@ x86/
bld/
[Bb]in/
[Oo]bj/

[Ll]og/

# Visual Studio 2015 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/


# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
Expand All @@ -40,10 +44,11 @@ TestResult.xml
[Rr]eleasePS/
dlldata.c

# DNX
# .NET Core
project.lock.json
project.fragment.lock.json
artifacts/
**/Properties/launchSettings.json

*_i.c
*_p.c
Expand Down Expand Up @@ -110,6 +115,10 @@ _TeamCity*
# DotCover is a Code Coverage Tool
*.dotCover

# Visual Studio code coverage results
*.coverage
*.coveragexml

# NCrunch
_NCrunch_*
.*crunch*.local.xml
Expand Down Expand Up @@ -154,7 +163,7 @@ PublishScripts/
# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore

**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
Expand All @@ -179,16 +188,17 @@ _pkginfo.txt

# Visual Studio cache files
# files ending in .cache can be ignored
#*.[Cc]ache
*.[Cc]ache
# but keep track of directories ending in .cache
#!*.[Cc]ache/
!*.[Cc]ache/

# Others
ClientBin/
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.jfm
*.pfx
*.publishsettings
node_modules/
Expand Down Expand Up @@ -233,6 +243,9 @@ FakesAssemblies/
# Visual Studio 6 workspace options file
*.opt

# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
*.vbw

# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
Expand All @@ -258,24 +271,9 @@ paket-files/
# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc
/LayIM_SignalR/LayIM_SignalR_Chat.V1.0/Scripts/layui
/LayIM_RongCloud/Business
/LayIM_RongCloud/CommonService
/LayIM_RongCloud/QueueTool
/LayIM_RongCloud/UI
/LayIM_RongCloud/UI/LayIM_RongCloud_Chat/Scripts/layui
/LayIM_RongCloud/UI/LayIM_RongCloud_Chat/Scripts/source
/LayIM_SignalR_Chat.V1.0/upload/f90d2b36-a7af-4559-a668-ff0265001726.jpg
/LayIM_SignalR_Chat.V1.0/upload/f3061f0c-8bda-4c11-b992-a68d73c57be2.jpg
/LayIM_SignalR_Chat.V1.0/upload/b3bd8317-5135-4f2b-97e7-c94c192884ba.jpeg
/LayIM_SignalR_Chat.V1.0/upload/afab4f5e-33c9-41f4-b37f-34c92a5c74a1.jpg
/LayIM_SignalR_Chat.V1.0/upload/ad7535a5-7e10-4a3b-94dd-27149c31aa01.jpg
/LayIM_SignalR_Chat.V1.0/upload/9d85461c-ea7d-4674-a5f8-028066e4a5d9.jpg
/LayIM_SignalR_Chat.V1.0/upload/690a195e-2a5b-4c0c-bf05-7c1c767e0c9b.jpeg
/LayIM_SignalR_Chat.V1.0/upload/6491fafa-eeed-45c0-9f6f-2036c954077d.jpg
/LayIM_SignalR_Chat.V1.0/upload/534e0d4b-7797-48c9-9269-2f3dcc4bd0ce.jpg
/LayIM_SignalR_Chat.V1.0/upload/4e76ffa7-fd9b-40f3-ad29-8f75d1603d6b.jpg
/LayIM_SignalR_Chat.V1.0/upload/4350c493-f48f-4497-aa3e-c1ed7d39623f.jpg
/LayIM_SignalR_Chat.V1.0/upload/42a80951-d1db-477e-aa51-78036fad3964.jpg
/LayIM_SignalR_Chat.V1.0/upload/13c64310-6f64-4912-bddf-0c48928773b9.jpg
/LayIM_SignalR_Chat.V1.0/upload/0c1d9792-9826-443f-ae47-a4e1e30833f3.jpg

# Cake - Uncomment if you are using it
# tools/

/MVCSample/Scripts/layui/

Loading

0 comments on commit d7f6faf

Please sign in to comment.