Added README.md, .gitignore (VisualStudio) files
208e96fc
DarthPedro
committed
2 changed files
.gitignore
/.gitignore+331
/.gitignore
Add comment 1 Plus  ## Ignore Visual Studio temporary files, build results, and
Add comment 2 Plus  ## files generated by popular Visual Studio add-ons.
Add comment 3 Plus  ##
Add comment 4 Plus  ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
Add comment 5 Plus  
Add comment 6 Plus  # User-specific files
Add comment 7 Plus  *.suo
Add comment 8 Plus  *.user
Add comment 9 Plus  *.userosscache
Add comment 10 Plus  *.sln.docstates
Add comment 11 Plus  
Add comment 12 Plus  # User-specific files (MonoDevelop/Xamarin Studio)
Add comment 13 Plus  *.userprefs
Add comment 14 Plus  
Add comment 15 Plus  # Build results
Add comment 16 Plus  [Dd]ebug/
Add comment 17 Plus  [Dd]ebugPublic/
Add comment 18 Plus  [Rr]elease/
Add comment 19 Plus  [Rr]eleases/
Add comment 20 Plus  x64/
Add comment 21 Plus  x86/
Add comment 22 Plus  bld/
Add comment 23 Plus  [Bb]in/
Add comment 24 Plus  [Oo]bj/
Add comment 25 Plus  [Ll]og/
Add comment 26 Plus  
Add comment 27 Plus  # Visual Studio 2015/2017 cache/options directory
Add comment 28 Plus  .vs/
Add comment 29 Plus  # Uncomment if you have tasks that create the project's static files in wwwroot
Add comment 30 Plus  #wwwroot/
Add comment 31 Plus  
Add comment 32 Plus  # Visual Studio 2017 auto generated files
Add comment 33 Plus  Generated\ Files/
Add comment 34 Plus  
Add comment 35 Plus  # MSTest test Results
Add comment 36 Plus  [Tt]est[Rr]esult*/
Add comment 37 Plus  [Bb]uild[Ll]og.*
Add comment 38 Plus  
Add comment 39 Plus  # NUNIT
Add comment 40 Plus  *.VisualState.xml
Add comment 41 Plus  TestResult.xml
Add comment 42 Plus  
Add comment 43 Plus  # Build Results of an ATL Project
Add comment 44 Plus  [Dd]ebugPS/
Add comment 45 Plus  [Rr]eleasePS/
Add comment 46 Plus  dlldata.c
Add comment 47 Plus  
Add comment 48 Plus  # Benchmark Results
Add comment 49 Plus  BenchmarkDotNet.Artifacts/
Add comment 50 Plus  
Add comment 51 Plus  # .NET Core
Add comment 52 Plus  project.lock.json
Add comment 53 Plus  project.fragment.lock.json
Add comment 54 Plus  artifacts/
Add comment 55 Plus  **/Properties/launchSettings.json
Add comment 56 Plus  
Add comment 57 Plus  # StyleCop
Add comment 58 Plus  StyleCopReport.xml
Add comment 59 Plus  
Add comment 60 Plus  # Files built by Visual Studio
Add comment 61 Plus  *_i.c
Add comment 62 Plus  *_p.c
Add comment 63 Plus  *_i.h
Add comment 64 Plus  *.ilk
Add comment 65 Plus  *.meta
Add comment 66 Plus  *.obj
Add comment 67 Plus  *.iobj
Add comment 68 Plus  *.pch
Add comment 69 Plus  *.pdb
Add comment 70 Plus  *.ipdb
Add comment 71 Plus  *.pgc
Add comment 72 Plus  *.pgd
Add comment 73 Plus  *.rsp
Add comment 74 Plus  *.sbr
Add comment 75 Plus  *.tlb
Add comment 76 Plus  *.tli
Add comment 77 Plus  *.tlh
Add comment 78 Plus  *.tmp
Add comment 79 Plus  *.tmp_proj
Add comment 80 Plus  *.log
Add comment 81 Plus  *.vspscc
Add comment 82 Plus  *.vssscc
Add comment 83 Plus  .builds
Add comment 84 Plus  *.pidb
Add comment 85 Plus  *.svclog
Add comment 86 Plus  *.scc
Add comment 87 Plus  
Add comment 88 Plus  # Chutzpah Test files
Add comment 89 Plus  _Chutzpah*
Add comment 90 Plus  
Add comment 91 Plus  # Visual C++ cache files
Add comment 92 Plus  ipch/
Add comment 93 Plus  *.aps
Add comment 94 Plus  *.ncb
Add comment 95 Plus  *.opendb
Add comment 96 Plus  *.opensdf
Add comment 97 Plus  *.sdf
Add comment 98 Plus  *.cachefile
Add comment 99 Plus  *.VC.db
Add comment 100 Plus  *.VC.VC.opendb
Add comment 101 Plus  
Add comment 102 Plus  # Visual Studio profiler
Add comment 103 Plus  *.psess
Add comment 104 Plus  *.vsp
Add comment 105 Plus  *.vspx
Add comment 106 Plus  *.sap
Add comment 107 Plus  
Add comment 108 Plus  # Visual Studio Trace Files
Add comment 109 Plus  *.e2e
Add comment 110 Plus  
Add comment 111 Plus  # TFS 2012 Local Workspace
Add comment 112 Plus  $tf/
Add comment 113 Plus  
Add comment 114 Plus  # Guidance Automation Toolkit
Add comment 115 Plus  *.gpState
Add comment 116 Plus  
Add comment 117 Plus  # ReSharper is a .NET coding add-in
Add comment 118 Plus  _ReSharper*/
Add comment 119 Plus  *.[Rr]e[Ss]harper
Add comment 120 Plus  *.DotSettings.user
Add comment 121 Plus  
Add comment 122 Plus  # JustCode is a .NET coding add-in
Add comment 123 Plus  .JustCode
Add comment 124 Plus  
Add comment 125 Plus  # TeamCity is a build add-in
Add comment 126 Plus  _TeamCity*
Add comment 127 Plus  
Add comment 128 Plus  # DotCover is a Code Coverage Tool
Add comment 129 Plus  *.dotCover
Add comment 130 Plus  
Add comment 131 Plus  # AxoCover is a Code Coverage Tool
Add comment 132 Plus  .axoCover/*
Add comment 133 Plus  !.axoCover/settings.json
Add comment 134 Plus  
Add comment 135 Plus  # Visual Studio code coverage results
Add comment 136 Plus  *.coverage
Add comment 137 Plus  *.coveragexml
Add comment 138 Plus  
Add comment 139 Plus  # NCrunch
Add comment 140 Plus  _NCrunch_*
Add comment 141 Plus  .*crunch*.local.xml
Add comment 142 Plus  nCrunchTemp_*
Add comment 143 Plus  
Add comment 144 Plus  # MightyMoose
Add comment 145 Plus  *.mm.*
Add comment 146 Plus  AutoTest.Net/
Add comment 147 Plus  
Add comment 148 Plus  # Web workbench (sass)
Add comment 149 Plus  .sass-cache/
Add comment 150 Plus  
Add comment 151 Plus  # Installshield output folder
Add comment 152 Plus  [Ee]xpress/
Add comment 153 Plus  
Add comment 154 Plus  # DocProject is a documentation generator add-in
Add comment 155 Plus  DocProject/buildhelp/
Add comment 156 Plus  DocProject/Help/*.HxT
Add comment 157 Plus  DocProject/Help/*.HxC
Add comment 158 Plus  DocProject/Help/*.hhc
Add comment 159 Plus  DocProject/Help/*.hhk
Add comment 160 Plus  DocProject/Help/*.hhp
Add comment 161 Plus  DocProject/Help/Html2
Add comment 162 Plus  DocProject/Help/html
Add comment 163 Plus  
Add comment 164 Plus  # Click-Once directory
Add comment 165 Plus  publish/
Add comment 166 Plus  
Add comment 167 Plus  # Publish Web Output
Add comment 168 Plus  *.[Pp]ublish.xml
Add comment 169 Plus  *.azurePubxml
Add comment 170 Plus  # Note: Comment the next line if you want to checkin your web deploy settings,
Add comment 171 Plus  # but database connection strings (with potential passwords) will be unencrypted
Add comment 172 Plus  *.pubxml
Add comment 173 Plus  *.publishproj
Add comment 174 Plus  
Add comment 175 Plus  # Microsoft Azure Web App publish settings. Comment the next line if you want to
Add comment 176 Plus  # checkin your Azure Web App publish settings, but sensitive information contained
Add comment 177 Plus  # in these scripts will be unencrypted
Add comment 178 Plus  PublishScripts/
Add comment 179 Plus  
Add comment 180 Plus  # NuGet Packages
Add comment 181 Plus  *.nupkg
Add comment 182 Plus  # The packages folder can be ignored because of Package Restore
Add comment 183 Plus  **/[Pp]ackages/*
Add comment 184 Plus  # except build/, which is used as an MSBuild target.
Add comment 185 Plus  !**/[Pp]ackages/build/
Add comment 186 Plus  # Uncomment if necessary however generally it will be regenerated when needed
Add comment 187 Plus  #!**/[Pp]ackages/repositories.config
Add comment 188 Plus  # NuGet v3's project.json files produces more ignorable files
Add comment 189 Plus  *.nuget.props
Add comment 190 Plus  *.nuget.targets
Add comment 191 Plus  
Add comment 192 Plus  # Microsoft Azure Build Output
Add comment 193 Plus  csx/
Add comment 194 Plus  *.build.csdef
Add comment 195 Plus  
Add comment 196 Plus  # Microsoft Azure Emulator
Add comment 197 Plus  ecf/
Add comment 198 Plus  rcf/
Add comment 199 Plus  
Add comment 200 Plus  # Windows Store app package directories and files
Add comment 201 Plus  AppPackages/
Add comment 202 Plus  BundleArtifacts/
Add comment 203 Plus  Package.StoreAssociation.xml
Add comment 204 Plus  _pkginfo.txt
Add comment 205 Plus  *.appx
Add comment 206 Plus  
Add comment 207 Plus  # Visual Studio cache files
Add comment 208 Plus  # files ending in .cache can be ignored
Add comment 209 Plus  *.[Cc]ache
Add comment 210 Plus  # but keep track of directories ending in .cache
Add comment 211 Plus  !*.[Cc]ache/
Add comment 212 Plus  
Add comment 213 Plus  # Others
Add comment 214 Plus  ClientBin/
Add comment 215 Plus  ~$*
Add comment 216 Plus  *~
Add comment 217 Plus  *.dbmdl
Add comment 218 Plus  *.dbproj.schemaview
Add comment 219 Plus  *.jfm
Add comment 220 Plus  *.pfx
Add comment 221 Plus  *.publishsettings
Add comment 222 Plus  orleans.codegen.cs
Add comment 223 Plus  
Add comment 224 Plus  # Including strong name files can present a security risk
Add comment 225 Plus  # (https://github.com/github/gitignore/pull/2483#issue-259490424)
Add comment 226 Plus  #*.snk
Add comment 227 Plus  
Add comment 228 Plus  # Since there are multiple workflows, uncomment next line to ignore bower_components
Add comment 229 Plus  # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
Add comment 230 Plus  #bower_components/
Add comment 231 Plus  
Add comment 232 Plus  # RIA/Silverlight projects
Add comment 233 Plus  Generated_Code/
Add comment 234 Plus  
Add comment 235 Plus  # Backup & report files from converting an old project file
Add comment 236 Plus  # to a newer Visual Studio version. Backup files are not needed,
Add comment 237 Plus  # because we have git ;-)
Add comment 238 Plus  _UpgradeReport_Files/
Add comment 239 Plus  Backup*/
Add comment 240 Plus  UpgradeLog*.XML
Add comment 241 Plus  UpgradeLog*.htm
Add comment 242 Plus  ServiceFabricBackup/
Add comment 243 Plus  *.rptproj.bak
Add comment 244 Plus  
Add comment 245 Plus  # SQL Server files
Add comment 246 Plus  *.mdf
Add comment 247 Plus  *.ldf
Add comment 248 Plus  *.ndf
Add comment 249 Plus  
Add comment 250 Plus  # Business Intelligence projects
Add comment 251 Plus  *.rdl.data
Add comment 252 Plus  *.bim.layout
Add comment 253 Plus  *.bim_*.settings
Add comment 254 Plus  *.rptproj.rsuser
Add comment 255 Plus  
Add comment 256 Plus  # Microsoft Fakes
Add comment 257 Plus  FakesAssemblies/
Add comment 258 Plus  
Add comment 259 Plus  # GhostDoc plugin setting file
Add comment 260 Plus  *.GhostDoc.xml
Add comment 261 Plus  
Add comment 262 Plus  # Node.js Tools for Visual Studio
Add comment 263 Plus  .ntvs_analysis.dat
Add comment 264 Plus  node_modules/
Add comment 265 Plus  
Add comment 266 Plus  # Visual Studio 6 build log
Add comment 267 Plus  *.plg
Add comment 268 Plus  
Add comment 269 Plus  # Visual Studio 6 workspace options file
Add comment 270 Plus  *.opt
Add comment 271 Plus  
Add comment 272 Plus  # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
Add comment 273 Plus  *.vbw
Add comment 274 Plus  
Add comment 275 Plus  # Visual Studio LightSwitch build output
Add comment 276 Plus  **/*.HTMLClient/GeneratedArtifacts
Add comment 277 Plus  **/*.DesktopClient/GeneratedArtifacts
Add comment 278 Plus  **/*.DesktopClient/ModelManifest.xml
Add comment 279 Plus  **/*.Server/GeneratedArtifacts
Add comment 280 Plus  **/*.Server/ModelManifest.xml
Add comment 281 Plus  _Pvt_Extensions
Add comment 282 Plus  
Add comment 283 Plus  # Paket dependency manager
Add comment 284 Plus  .paket/paket.exe
Add comment 285 Plus  paket-files/
Add comment 286 Plus  
Add comment 287 Plus  # FAKE - F# Make
Add comment 288 Plus  .fake/
Add comment 289 Plus  
Add comment 290 Plus  # JetBrains Rider
Add comment 291 Plus  .idea/
Add comment 292 Plus  *.sln.iml
Add comment 293 Plus  
Add comment 294 Plus  # CodeRush
Add comment 295 Plus  .cr/
Add comment 296 Plus  
Add comment 297 Plus  # Python Tools for Visual Studio (PTVS)
Add comment 298 Plus  __pycache__/
Add comment 299 Plus  *.pyc
Add comment 300 Plus  
Add comment 301 Plus  # Cake - Uncomment if you are using it
Add comment 302 Plus  # tools/**
Add comment 303 Plus  # !tools/packages.config
Add comment 304 Plus  
Add comment 305 Plus  # Tabs Studio
Add comment 306 Plus  *.tss
Add comment 307 Plus  
Add comment 308 Plus  # Telerik's JustMock configuration file
Add comment 309 Plus  *.jmconfig
Add comment 310 Plus  
Add comment 311 Plus  # BizTalk build output
Add comment 312 Plus  *.btp.cs
Add comment 313 Plus  *.btm.cs
Add comment 314 Plus  *.odx.cs
Add comment 315 Plus  *.xsd.cs
Add comment 316 Plus  
Add comment 317 Plus  # OpenCover UI analysis results
Add comment 318 Plus  OpenCover/
Add comment 319 Plus  
Add comment 320 Plus  # Azure Stream Analytics local run output
Add comment 321 Plus  ASALocalRun/
Add comment 322 Plus  
Add comment 323 Plus  # MSBuild Binary and Structured Log
Add comment 324 Plus  *.binlog
Add comment 325 Plus  
Add comment 326 Plus  # NVidia Nsight GPU debugger configuration file
Add comment 327 Plus  *.nvuser
Add comment 328 Plus  
Add comment 329 Plus  # MFractors (Xamarin productivity tool) working folder
Add comment 330 Plus  .mfractor/
Add comment 331 Plus  
README.md
/README.md+20
/README.md
Add comment 1 Plus  # Introduction
Add comment 2 Plus  TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.
Add comment 3 Plus  
Add comment 4 Plus  # Getting Started
Add comment 5 Plus  TODO: Guide users through getting your code up and running on their own system. In this section you can talk about:
Add comment 6 Plus  1. Installation process
Add comment 7 Plus  2. Software dependencies
Add comment 8 Plus  3. Latest releases
Add comment 9 Plus  4. API references
Add comment 10 Plus  
Add comment 11 Plus  # Build and Test
Add comment 12 Plus  TODO: Describe and show how to build your code and run the tests.
Add comment 13 Plus  
Add comment 14 Plus  # Contribute
Add comment 15 Plus  TODO: Explain how other users and developers can contribute to make your code better.
Add comment 16 Plus  
Add comment 17 Plus  If you want to learn more about creating good readme files then refer the following [guidelines](https://docs.microsoft.com/en-us/azure/devops/repos/git/create-a-readme?view=azure-devops). You can also seek inspiration from the below readme files:
Add comment 18 Plus  - [ASP.NET Core](https://github.com/aspnet/Home)
Add comment 19 Plus  - [Visual Studio Code](https://github.com/Microsoft/vscode)
Add comment 20 Plus  - [Chakra Core](https://github.com/Microsoft/ChakraCore)