diff --git a/.docs/README.md b/.docs/README.md deleted file mode 100644 index c7aaa452..00000000 --- a/.docs/README.md +++ /dev/null @@ -1,2 +0,0 @@ -BlogCore官方文档仓库地址已经迁移到: -https://gitee.com/laozhangIsPhi/Blog.Core.E-Book \ No newline at end of file diff --git a/.gitignore b/.gitignore index 97072da3..a783f6dd 100644 --- a/.gitignore +++ b/.gitignore @@ -26,7 +26,8 @@ bld/ [Bb]in/ [Oo]bj/ [Ll]og/ - +Log/ +Logs/ # Visual Studio 2015/2017 cache/options directory .vs/ # Uncomment if you have tasks that create the project's static files in wwwroot diff --git a/.template.config/Blog.Core.Webapi.Template.2.5.2.nupkg b/.template.config/Blog.Core.Webapi.Template.2.5.2.nupkg deleted file mode 100644 index 1e04c646..00000000 Binary files a/.template.config/Blog.Core.Webapi.Template.2.5.2.nupkg and /dev/null differ diff --git a/.template.config/template.json b/.template.config/template.json deleted file mode 100644 index 3e074d94..00000000 --- a/.template.config/template.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/template", - "author": "lao zhang", - "classifications": [ "Web/WebAPI" ], - "name": "Blog.Core Dotnet", - "identity": "Blog.Core.Template", - "shortName": "blogcoretpl", - "tags": { - "language": "C#" , - "type":"project" - }, - "sourceName": "Blog.Core", - "preferNameDirectory": true -} \ No newline at end of file