Commit 9499b87ba0ebb5d59e06ae10f761168dfd4133d2

Authored by 王大哥
0 parents

项目初始化

Showing 1 changed file with 291 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 +*.map
  70 +*.txt
  71 +*.ico
  72 +*.LICENSE
  73 +*.md
  74 +antis-gudong-vue-admin/
  75 +
  76 +netcore.zip
  77 +
  78 +
  79 +# Chutzpah Test files
  80 +_Chutzpah*
  81 +
  82 +# Visual C++ cache files
  83 +ipch/
  84 +*.aps
  85 +*.ncb
  86 +*.opendb
  87 +*.opensdf
  88 +*.sdf
  89 +*.cachefile
  90 +*.VC.db
  91 +*.VC.VC.opendb
  92 +
  93 +# Visual Studio profiler
  94 +*.psess
  95 +*.vsp
  96 +*.vspx
  97 +*.sap
  98 +
  99 +# TFS 2012 Local Workspace
  100 +$tf/
  101 +
  102 +# Guidance Automation Toolkit
  103 +*.gpState
  104 +
  105 +# ReSharper is a .NET coding add-in
  106 +_ReSharper*/
  107 +*.[Rr]e[Ss]harper
  108 +*.DotSettings.user
  109 +
  110 +# JustCode is a .NET coding add-in
  111 +.JustCode
  112 +
  113 +# TeamCity is a build add-in
  114 +_TeamCity*
  115 +
  116 +# DotCover is a Code Coverage Tool
  117 +*.dotCover
  118 +
  119 +# Visual Studio code coverage results
  120 +*.coverage
  121 +*.coveragexml
  122 +
  123 +# NCrunch
  124 +_NCrunch_*
  125 +.*crunch*.local.xml
  126 +nCrunchTemp_*
  127 +
  128 +# MightyMoose
  129 +*.mm.*
  130 +AutoTest.Net/
  131 +
  132 +# Web workbench (sass)
  133 +.sass-cache/
  134 +
  135 +# Installshield output folder
  136 +[Ee]xpress/
  137 +
  138 +# DocProject is a documentation generator add-in
  139 +DocProject/buildhelp/
  140 +DocProject/Help/*.HxT
  141 +DocProject/Help/*.HxC
  142 +DocProject/Help/*.hhc
  143 +DocProject/Help/*.hhk
  144 +DocProject/Help/*.hhp
  145 +DocProject/Help/Html2
  146 +DocProject/Help/html
  147 +
  148 +# Click-Once directory
  149 +publish/
  150 +
  151 +# Publish Web Output
  152 +*.[Pp]ublish.xml
  153 +*.azurePubxml
  154 +# TODO: Comment the next line if you want to checkin your web deploy settings
  155 +# but database connection strings (with potential passwords) will be unencrypted
  156 +*.pubxml
  157 +*.publishproj
  158 +
  159 +# Microsoft Azure Web App publish settings. Comment the next line if you want to
  160 +# checkin your Azure Web App publish settings, but sensitive information contained
  161 +# in these scripts will be unencrypted
  162 +PublishScripts/
  163 +
  164 +# NuGet Packages
  165 +*.nupkg
  166 +# The packages folder can be ignored because of Package Restore
  167 +**/packages/*
  168 +# except build/, which is used as an MSBuild target.
  169 +!**/packages/build/
  170 +# Uncomment if necessary however generally it will be regenerated when needed
  171 +#!**/packages/repositories.config
  172 +# NuGet v3's project.json files produces more ignoreable files
  173 +*.nuget.props
  174 +*.nuget.targets
  175 +
  176 +# Microsoft Azure Build Output
  177 +csx/
  178 +*.build.csdef
  179 +
  180 +# Microsoft Azure Emulator
  181 +ecf/
  182 +rcf/
  183 +
  184 +# Windows Store app package directories and files
  185 +AppPackages/
  186 +BundleArtifacts/
  187 +Package.StoreAssociation.xml
  188 +_pkginfo.txt
  189 +
  190 +# Visual Studio cache files
  191 +# files ending in .cache can be ignored
  192 +*.[Cc]ache
  193 +# but keep track of directories ending in .cache
  194 +!*.[Cc]ache/
  195 +
  196 +# Others
  197 +ClientBin/
  198 +~$*
  199 +*~
  200 +*.dbmdl
  201 +*.dbproj.schemaview
  202 +*.jfm
  203 +*.pfx
  204 +*.publishsettings
  205 +node_modules/
  206 +orleans.codegen.cs
  207 +
  208 +# Since there are multiple workflows, uncomment next line to ignore bower_components
  209 +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  210 +#bower_components/
  211 +
  212 +# RIA/Silverlight projects
  213 +Generated_Code/
  214 +
  215 +# Backup & report files from converting an old project file
  216 +# to a newer Visual Studio version. Backup files are not needed,
  217 +# because we have git ;-)
  218 +_UpgradeReport_Files/
  219 +Backup*/
  220 +UpgradeLog*.XML
  221 +UpgradeLog*.htm
  222 +
  223 +# SQL Server files
  224 +*.mdf
  225 +*.ldf
  226 +
  227 +# Business Intelligence projects
  228 +*.rdl.data
  229 +*.bim.layout
  230 +*.bim_*.settings
  231 +
  232 +# Microsoft Fakes
  233 +FakesAssemblies/
  234 +
  235 +# GhostDoc plugin setting file
  236 +*.GhostDoc.xml
  237 +
  238 +# Node.js Tools for Visual Studio
  239 +.ntvs_analysis.dat
  240 +
  241 +# Visual Studio 6 build log
  242 +*.plg
  243 +
  244 +# Visual Studio 6 workspace options file
  245 +*.opt
  246 +
  247 +# Visual Studio LightSwitch build output
  248 +**/*.HTMLClient/GeneratedArtifacts
  249 +**/*.DesktopClient/GeneratedArtifacts
  250 +**/*.DesktopClient/ModelManifest.xml
  251 +**/*.Server/GeneratedArtifacts
  252 +**/*.Server/ModelManifest.xml
  253 +_Pvt_Extensions
  254 +
  255 +# Paket dependency manager
  256 +.paket/paket.exe
  257 +paket-files/
  258 +
  259 +# FAKE - F# Make
  260 +.fake/
  261 +
  262 +# JetBrains Rider
  263 +.idea/
  264 +*.sln.iml
  265 +
  266 +# CodeRush
  267 +.cr/
  268 +
  269 +# Python Tools for Visual Studio (PTVS)
  270 +__pycache__/
  271 +*.pyc
  272 +
  273 +# Cake - Uncomment if you are using it
  274 +# tools/
  275 +
  276 +.config/
  277 +
  278 +# End of https://www.toptal.com/developers/gitignore/api/aspnetcore
  279 +/src/Application/NCC.API/templates
  280 +
  281 +*.rar
  282 +node_modules.zip
  283 +netcore.zip
  284 +antis-uni-app (2).zip
  285 +antis-ncc-admin.zip
  286 +简化版后台.zip
  287 +antis-ncc-admin.zip
  288 +node_modules.zip
  289 +发布/*
  290 +dist/*
  291 +sqlserver_db/
0 292 \ No newline at end of file
... ...