上传源代码版本
This commit is contained in:
118
.gitignore
vendored
Normal file
118
.gitignore
vendored
Normal file
@@ -0,0 +1,118 @@
|
||||
# Build results
|
||||
[Dd]ebug/
|
||||
[Dd]ebugPublic/
|
||||
[Rr]elease/
|
||||
[Rr]eleases/
|
||||
x64/
|
||||
x86/
|
||||
bld/
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
[Ll]og/
|
||||
[Ll]ogs/
|
||||
|
||||
# Visual Studio 2015/2017 cache/options directory
|
||||
.vs/
|
||||
# Uncomment if you have tasks that create the project's static files in wwwroot
|
||||
#wwwroot/
|
||||
|
||||
# Visual Studio 2017 auto generated files
|
||||
Generated\ Files/
|
||||
|
||||
# MSTest test Results
|
||||
[Tt]est[Rr]esult*/
|
||||
[Bb]uild[Ll]og.*
|
||||
|
||||
# NUNIT
|
||||
*.VisualState.xml
|
||||
TestResult.xml
|
||||
nunit-*.xml
|
||||
|
||||
# .NET Core
|
||||
project.lock.json
|
||||
project.fragment.lock.json
|
||||
artifacts/
|
||||
**/Properties/launchSettings.json
|
||||
|
||||
# .NET Core dotnet diagnostic tools
|
||||
dotnet_dump*
|
||||
|
||||
# StyleCop
|
||||
StyleCopReport.xml
|
||||
|
||||
# NuGet Packages
|
||||
*.nupkg
|
||||
**/packages/*
|
||||
!**/packages/build/
|
||||
!**/packages/repositories.config
|
||||
!**/packages/packages.config
|
||||
|
||||
# Nuget Symbol Files
|
||||
*.snupkg
|
||||
|
||||
# VS Code
|
||||
.vscode/
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
!.vscode/*.code-snippets
|
||||
|
||||
# Rider
|
||||
.idea/
|
||||
*.sln.iml
|
||||
*.suo
|
||||
*.user
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
|
||||
# Local configuration file (sdk style)
|
||||
appsettings.Local.json
|
||||
appsettings.*.Local.json
|
||||
appsettings.Development.json
|
||||
appsettings.Production.json
|
||||
appsettings.Staging.json
|
||||
|
||||
# Database files
|
||||
*.mdf
|
||||
*.ldf
|
||||
*.ndf
|
||||
*.db
|
||||
|
||||
# Log files
|
||||
*.log
|
||||
*.logs
|
||||
**/Logs/
|
||||
**/log/
|
||||
|
||||
# Temp files
|
||||
*.tmp
|
||||
*.temp
|
||||
*.cache
|
||||
*.pidb
|
||||
*.svclog
|
||||
*.scc
|
||||
*.bak
|
||||
|
||||
# OS generated files
|
||||
Thumbs.db
|
||||
Thumbs.db:encryptable
|
||||
ehthumbs.db
|
||||
ehthumbs_vista.db
|
||||
*.DS_Store
|
||||
Desktop.ini
|
||||
|
||||
# Publish output
|
||||
[Pp]ublish/
|
||||
*.[Pp]ublish.xml
|
||||
*.azurePubxml
|
||||
*.pubxml
|
||||
*.pubxml.user
|
||||
|
||||
# IIS Express
|
||||
.vs/config/applicationhost.config
|
||||
.vs/*/config/applicationhost.config
|
||||
|
||||
# Docker
|
||||
.dockerignore
|
||||
**/docker-compose.override.yml
|
||||
Reference in New Issue
Block a user