调整忽视
This commit is contained in:
154
.gitignore
vendored
154
.gitignore
vendored
@@ -1,23 +1,67 @@
|
|||||||
# ---> C Sharp
|
# =========================
|
||||||
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
|
# Root-level custom ignore
|
||||||
|
# =========================
|
||||||
|
|
||||||
|
/README.md
|
||||||
|
/MesApi/
|
||||||
|
/UploadResultDll/
|
||||||
|
|
||||||
|
# =========================
|
||||||
|
# Visual Studio / C# / .NET
|
||||||
|
# =========================
|
||||||
|
|
||||||
|
# Build folders
|
||||||
[Bb]in/
|
[Bb]in/
|
||||||
[Oo]bj/
|
[Oo]bj/
|
||||||
|
[Dd]ebug/
|
||||||
|
[Rr]elease/
|
||||||
|
x64/
|
||||||
|
x86/
|
||||||
|
[Aa][Rr][Mm]/
|
||||||
|
[Aa][Rr][Mm]64/
|
||||||
|
|
||||||
# mstest test results
|
# Visual Studio cache / temp
|
||||||
TestResults
|
.vs/
|
||||||
|
ipch/
|
||||||
## Ignore Visual Studio temporary files, build results, and
|
*.aps
|
||||||
## files generated by popular Visual Studio add-ons.
|
*.ncb
|
||||||
|
*.opensdf
|
||||||
|
*.sdf
|
||||||
|
*.cache
|
||||||
|
*.VC.db
|
||||||
|
*.VC.opendb
|
||||||
|
|
||||||
# User-specific files
|
# User-specific files
|
||||||
*.suo
|
*.suo
|
||||||
*.user
|
*.user
|
||||||
|
*.userosscache
|
||||||
*.sln.docstates
|
*.sln.docstates
|
||||||
|
*.rsuser
|
||||||
|
|
||||||
# Build results
|
# Test results
|
||||||
[Dd]ebug/
|
[Tt]est[Rr]esult*/
|
||||||
[Rr]elease/
|
[Bb]uild[Ll]og.*
|
||||||
x64/
|
TestResults/
|
||||||
|
|
||||||
|
# NuGet
|
||||||
|
packages/
|
||||||
|
*.nupkg
|
||||||
|
.nuget/
|
||||||
|
|
||||||
|
# Publish
|
||||||
|
publish/
|
||||||
|
*.Publish.xml
|
||||||
|
|
||||||
|
# Logs
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Temp / generated
|
||||||
|
*.tmp
|
||||||
|
*.temp
|
||||||
|
*.pidb
|
||||||
|
*.svclog
|
||||||
|
|
||||||
|
# C/C++ intermediate files
|
||||||
*_i.c
|
*_i.c
|
||||||
*_p.c
|
*_p.c
|
||||||
*.ilk
|
*.ilk
|
||||||
@@ -32,81 +76,67 @@ x64/
|
|||||||
*.tlb
|
*.tlb
|
||||||
*.tli
|
*.tli
|
||||||
*.tlh
|
*.tlh
|
||||||
*.tmp
|
|
||||||
*.log
|
|
||||||
*.vspscc
|
|
||||||
*.vssscc
|
|
||||||
*.vs
|
|
||||||
.builds
|
|
||||||
|
|
||||||
# Visual C++ cache files
|
|
||||||
ipch/
|
|
||||||
*.aps
|
|
||||||
*.ncb
|
|
||||||
*.opensdf
|
|
||||||
*.sdf
|
|
||||||
|
|
||||||
# Visual Studio profiler
|
# Visual Studio profiler
|
||||||
*.psess
|
*.psess
|
||||||
*.vsp
|
*.vsp
|
||||||
*.vspx
|
*.vspx
|
||||||
*.vs
|
|
||||||
|
|
||||||
# Guidance Automation Toolkit
|
# ReSharper
|
||||||
*.gpState
|
_ReSharper*/
|
||||||
|
*.[Rr]e[Ss]harper
|
||||||
# ReSharper is a .NET coding add-in
|
*.DotSettings.user
|
||||||
_ReSharper*
|
|
||||||
|
|
||||||
# NCrunch
|
# NCrunch
|
||||||
*.ncrunch*
|
*.ncrunch*
|
||||||
.*crunch*.local.xml
|
.*crunch*.local.xml
|
||||||
|
|
||||||
# Installshield output folder
|
# InstallShield
|
||||||
[Ee]xpress
|
[Ee]xpress/
|
||||||
|
|
||||||
# DocProject is a documentation generator add-in
|
# DocProject
|
||||||
DocProject/buildhelp/
|
DocProject/buildhelp/
|
||||||
DocProject/Help/*.HxT
|
DocProject/Help/*.HxT
|
||||||
DocProject/Help/*.HxC
|
DocProject/Help/*.HxC
|
||||||
DocProject/Help/*.hhc
|
DocProject/Help/*.hhc
|
||||||
DocProject/Help/*.hhk
|
DocProject/Help/*.hhk
|
||||||
DocProject/Help/*.hhp
|
DocProject/Help/*.hhp
|
||||||
DocProject/Help/Html2
|
DocProject/Help/Html2/
|
||||||
DocProject/Help/html
|
DocProject/Help/html/
|
||||||
|
|
||||||
# Click-Once directory
|
# Azure / app packages
|
||||||
publish
|
|
||||||
|
|
||||||
# Publish Web Output
|
|
||||||
*.Publish.xml
|
|
||||||
|
|
||||||
# NuGet Packages Directory
|
|
||||||
packages
|
|
||||||
|
|
||||||
# Windows Azure Build Output
|
|
||||||
csx
|
|
||||||
*.build.csdef
|
|
||||||
|
|
||||||
# Windows Store app package directory
|
|
||||||
AppPackages/
|
AppPackages/
|
||||||
|
BundleArtifacts/
|
||||||
|
Package.StoreAssociation.xml
|
||||||
|
_pkginfo.txt
|
||||||
|
*.build.csdef
|
||||||
|
csx/
|
||||||
|
|
||||||
# Others
|
# StyleCop
|
||||||
[Bb]in
|
|
||||||
[Oo]bj
|
|
||||||
sql
|
|
||||||
TestResults
|
|
||||||
[Tt]est[Rr]esult*
|
|
||||||
*.Cache
|
|
||||||
ClientBin
|
|
||||||
[Ss]tyle[Cc]op.*
|
[Ss]tyle[Cc]op.*
|
||||||
~$*
|
|
||||||
*.dbmdl
|
|
||||||
Generated_Code #added for RIA/Silverlight projects
|
|
||||||
|
|
||||||
# Backup & report files from converting an old project file to a newer
|
# Generated code
|
||||||
# Visual Studio version. Backup files are not needed, because we have git ;-)
|
Generated_Code/
|
||||||
|
|
||||||
|
# Backup / upgrade reports
|
||||||
_UpgradeReport_Files/
|
_UpgradeReport_Files/
|
||||||
Backup*/
|
Backup*/
|
||||||
UpgradeLog*.XML
|
UpgradeLog*.XML
|
||||||
|
UpgradeLog*.htm
|
||||||
|
ServiceFabricBackup/
|
||||||
|
*.rptproj.bak
|
||||||
|
|
||||||
|
# Database / local tooling
|
||||||
|
*.dbmdl
|
||||||
|
*.dbproj.schemaview
|
||||||
|
*.jfm
|
||||||
|
*.pfx
|
||||||
|
|
||||||
|
# Misc
|
||||||
|
ClientBin/
|
||||||
|
~$*
|
||||||
|
sql/
|
||||||
|
.builds
|
||||||
|
*.vspscc
|
||||||
|
*.vssscc
|
||||||
|
*.gpState
|
||||||
Reference in New Issue
Block a user