Commit 7afd0c5de574ac6bd319e18c173d301ce509f151

Authored by 王大哥
0 parents

初始化

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