Commit 65c59d11d5dcfa0800c6e240bed07b83c352a0ff
0 parents
1
Showing
1 changed file
with
288 additions
and
0 deletions
.gitignore
0 → 100644
| 1 | +++ a/.gitignore | |
| 1 | +# User-specific files | |
| 2 | +*.suo | |
| 3 | +*.user | |
| 4 | +*.userosscache | |
| 5 | +*.sln.docstates | |
| 6 | +antis-gudong-vue-admin/ | |
| 7 | +# User-specific files (MonoDevelop/Xamarin Studio) | |
| 8 | +*.userprefs | |
| 9 | + | |
| 10 | +# Build results | |
| 11 | +[Dd]ebug/ | |
| 12 | +[Dd]ebugPublic/ | |
| 13 | +[Rr]elease/ | |
| 14 | +[Rr]eleases/ | |
| 15 | +x64/ | |
| 16 | +x86/ | |
| 17 | +bld/ | |
| 18 | +[Bb]in/ | |
| 19 | +[Oo]bj/ | |
| 20 | +[Ll]og/ | |
| 21 | + | |
| 22 | +# Visual Studio 2015 cache/options directory | |
| 23 | +.vs/ | |
| 24 | +# Uncomment if you have tasks that create the project's static files in wwwroot | |
| 25 | +#wwwroot/ | |
| 26 | + | |
| 27 | +# MSTest test Results | |
| 28 | +[Tt]est[Rr]esult*/ | |
| 29 | +[Bb]uild[Ll]og.* | |
| 30 | + | |
| 31 | +# NUNIT | |
| 32 | +*.VisualState.xml | |
| 33 | +TestResult.xml | |
| 34 | + | |
| 35 | +# Build Results of an ATL Project | |
| 36 | +[Dd]ebugPS/ | |
| 37 | +[Rr]eleasePS/ | |
| 38 | +dlldata.c | |
| 39 | + | |
| 40 | +# DNX | |
| 41 | +project.lock.json | |
| 42 | +project.fragment.lock.json | |
| 43 | +artifacts/ | |
| 44 | + | |
| 45 | +*_i.c | |
| 46 | +*_p.c | |
| 47 | +*_i.h | |
| 48 | +*.ilk | |
| 49 | +*.meta | |
| 50 | +*.obj | |
| 51 | +*.pch | |
| 52 | +*.pdb | |
| 53 | +*.pgc | |
| 54 | +*.pgd | |
| 55 | +*.rsp | |
| 56 | +*.sbr | |
| 57 | +*.tlb | |
| 58 | +*.tli | |
| 59 | +*.tlh | |
| 60 | +*.tmp | |
| 61 | +*.tmp_proj | |
| 62 | +*.log | |
| 63 | +*.vspscc | |
| 64 | +*.vssscc | |
| 65 | +.builds | |
| 66 | +*.pidb | |
| 67 | +*.svclog | |
| 68 | +*.scc | |
| 69 | +*.js | |
| 70 | +*.css | |
| 71 | +*.map | |
| 72 | +*.txt | |
| 73 | +*.ico | |
| 74 | +*.LICENSE | |
| 75 | +*.md | |
| 76 | +antis-gudong-vue-admin/ | |
| 77 | + | |
| 78 | +netcore.zip | |
| 79 | + | |
| 80 | + | |
| 81 | +# Chutzpah Test files | |
| 82 | +_Chutzpah* | |
| 83 | + | |
| 84 | +# Visual C++ cache files | |
| 85 | +ipch/ | |
| 86 | +*.aps | |
| 87 | +*.ncb | |
| 88 | +*.opendb | |
| 89 | +*.opensdf | |
| 90 | +*.sdf | |
| 91 | +*.cachefile | |
| 92 | +*.VC.db | |
| 93 | +*.VC.VC.opendb | |
| 94 | + | |
| 95 | +# Visual Studio profiler | |
| 96 | +*.psess | |
| 97 | +*.vsp | |
| 98 | +*.vspx | |
| 99 | +*.sap | |
| 100 | + | |
| 101 | +# TFS 2012 Local Workspace | |
| 102 | +$tf/ | |
| 103 | + | |
| 104 | +# Guidance Automation Toolkit | |
| 105 | +*.gpState | |
| 106 | + | |
| 107 | +# ReSharper is a .NET coding add-in | |
| 108 | +_ReSharper*/ | |
| 109 | +*.[Rr]e[Ss]harper | |
| 110 | +*.DotSettings.user | |
| 111 | + | |
| 112 | +# JustCode is a .NET coding add-in | |
| 113 | +.JustCode | |
| 114 | + | |
| 115 | +# TeamCity is a build add-in | |
| 116 | +_TeamCity* | |
| 117 | + | |
| 118 | +# DotCover is a Code Coverage Tool | |
| 119 | +*.dotCover | |
| 120 | + | |
| 121 | +# Visual Studio code coverage results | |
| 122 | +*.coverage | |
| 123 | +*.coveragexml | |
| 124 | + | |
| 125 | +# NCrunch | |
| 126 | +_NCrunch_* | |
| 127 | +.*crunch*.local.xml | |
| 128 | +nCrunchTemp_* | |
| 129 | + | |
| 130 | +# MightyMoose | |
| 131 | +*.mm.* | |
| 132 | +AutoTest.Net/ | |
| 133 | + | |
| 134 | +# Web workbench (sass) | |
| 135 | +.sass-cache/ | |
| 136 | + | |
| 137 | +# Installshield output folder | |
| 138 | +[Ee]xpress/ | |
| 139 | + | |
| 140 | +# DocProject is a documentation generator add-in | |
| 141 | +DocProject/buildhelp/ | |
| 142 | +DocProject/Help/*.HxT | |
| 143 | +DocProject/Help/*.HxC | |
| 144 | +DocProject/Help/*.hhc | |
| 145 | +DocProject/Help/*.hhk | |
| 146 | +DocProject/Help/*.hhp | |
| 147 | +DocProject/Help/Html2 | |
| 148 | +DocProject/Help/html | |
| 149 | + | |
| 150 | +# Click-Once directory | |
| 151 | +publish/ | |
| 152 | + | |
| 153 | +# Publish Web Output | |
| 154 | +*.[Pp]ublish.xml | |
| 155 | +*.azurePubxml | |
| 156 | +# TODO: Comment the next line if you want to checkin your web deploy settings | |
| 157 | +# but database connection strings (with potential passwords) will be unencrypted | |
| 158 | +*.pubxml | |
| 159 | +*.publishproj | |
| 160 | + | |
| 161 | +# Microsoft Azure Web App publish settings. Comment the next line if you want to | |
| 162 | +# checkin your Azure Web App publish settings, but sensitive information contained | |
| 163 | +# in these scripts will be unencrypted | |
| 164 | +PublishScripts/ | |
| 165 | + | |
| 166 | +# NuGet Packages | |
| 167 | +*.nupkg | |
| 168 | +# The packages folder can be ignored because of Package Restore | |
| 169 | +**/packages/* | |
| 170 | +# except build/, which is used as an MSBuild target. | |
| 171 | +!**/packages/build/ | |
| 172 | +# Uncomment if necessary however generally it will be regenerated when needed | |
| 173 | +#!**/packages/repositories.config | |
| 174 | +# NuGet v3's project.json files produces more ignoreable files | |
| 175 | +*.nuget.props | |
| 176 | +*.nuget.targets | |
| 177 | + | |
| 178 | +# Microsoft Azure Build Output | |
| 179 | +csx/ | |
| 180 | +*.build.csdef | |
| 181 | + | |
| 182 | +# Microsoft Azure Emulator | |
| 183 | +ecf/ | |
| 184 | +rcf/ | |
| 185 | + | |
| 186 | +# Windows Store app package directories and files | |
| 187 | +AppPackages/ | |
| 188 | +BundleArtifacts/ | |
| 189 | +Package.StoreAssociation.xml | |
| 190 | +_pkginfo.txt | |
| 191 | + | |
| 192 | +# Visual Studio cache files | |
| 193 | +# files ending in .cache can be ignored | |
| 194 | +*.[Cc]ache | |
| 195 | +# but keep track of directories ending in .cache | |
| 196 | +!*.[Cc]ache/ | |
| 197 | + | |
| 198 | +# Others | |
| 199 | +ClientBin/ | |
| 200 | +~$* | |
| 201 | +*~ | |
| 202 | +*.dbmdl | |
| 203 | +*.dbproj.schemaview | |
| 204 | +*.jfm | |
| 205 | +*.pfx | |
| 206 | +*.publishsettings | |
| 207 | +node_modules/ | |
| 208 | +orleans.codegen.cs | |
| 209 | + | |
| 210 | +# Since there are multiple workflows, uncomment next line to ignore bower_components | |
| 211 | +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) | |
| 212 | +#bower_components/ | |
| 213 | + | |
| 214 | +# RIA/Silverlight projects | |
| 215 | +Generated_Code/ | |
| 216 | + | |
| 217 | +# Backup & report files from converting an old project file | |
| 218 | +# to a newer Visual Studio version. Backup files are not needed, | |
| 219 | +# because we have git ;-) | |
| 220 | +_UpgradeReport_Files/ | |
| 221 | +Backup*/ | |
| 222 | +UpgradeLog*.XML | |
| 223 | +UpgradeLog*.htm | |
| 224 | + | |
| 225 | +# SQL Server files | |
| 226 | +*.mdf | |
| 227 | +*.ldf | |
| 228 | + | |
| 229 | +# Business Intelligence projects | |
| 230 | +*.rdl.data | |
| 231 | +*.bim.layout | |
| 232 | +*.bim_*.settings | |
| 233 | + | |
| 234 | +# Microsoft Fakes | |
| 235 | +FakesAssemblies/ | |
| 236 | + | |
| 237 | +# GhostDoc plugin setting file | |
| 238 | +*.GhostDoc.xml | |
| 239 | + | |
| 240 | +# Node.js Tools for Visual Studio | |
| 241 | +.ntvs_analysis.dat | |
| 242 | + | |
| 243 | +# Visual Studio 6 build log | |
| 244 | +*.plg | |
| 245 | + | |
| 246 | +# Visual Studio 6 workspace options file | |
| 247 | +*.opt | |
| 248 | + | |
| 249 | +# Visual Studio LightSwitch build output | |
| 250 | +**/*.HTMLClient/GeneratedArtifacts | |
| 251 | +**/*.DesktopClient/GeneratedArtifacts | |
| 252 | +**/*.DesktopClient/ModelManifest.xml | |
| 253 | +**/*.Server/GeneratedArtifacts | |
| 254 | +**/*.Server/ModelManifest.xml | |
| 255 | +_Pvt_Extensions | |
| 256 | + | |
| 257 | +# Paket dependency manager | |
| 258 | +.paket/paket.exe | |
| 259 | +paket-files/ | |
| 260 | + | |
| 261 | +# FAKE - F# Make | |
| 262 | +.fake/ | |
| 263 | + | |
| 264 | +# JetBrains Rider | |
| 265 | +.idea/ | |
| 266 | +*.sln.iml | |
| 267 | + | |
| 268 | +# CodeRush | |
| 269 | +.cr/ | |
| 270 | + | |
| 271 | +# Python Tools for Visual Studio (PTVS) | |
| 272 | +__pycache__/ | |
| 273 | +*.pyc | |
| 274 | + | |
| 275 | +# Cake - Uncomment if you are using it | |
| 276 | +# tools/ | |
| 277 | +**/Properties/launchSettings.json | |
| 278 | +.config/ | |
| 279 | + | |
| 280 | +# End of https://www.toptal.com/developers/gitignore/api/aspnetcore | |
| 281 | +/src/Application/NCC.API/templates | |
| 282 | +/src/Application/NCC.API/Properties/launchSettings.json | |
| 283 | +/src/Application/NCC.API/appsettings.json | |
| 284 | +*.rar | |
| 285 | +*.zip | |
| 286 | +netcore.zip | |
| 287 | +发布/* | |
| 288 | +dist/* | |
| 0 | 289 | \ No newline at end of file | ... | ... |