nventive / DotNet.Backend.Template

.NET Core Templates for backend applications and open-source components.
Apache License 2.0
7 stars 3 forks source link

.editorconfig and all dotfiles seem ignored when creating from package. #10

Closed julienblin closed 4 years ago

julienblin commented 4 years ago

Expected Behavior

.editorconfig should be in the generated repository.

Actual Behavior

does not seem to be there.

Steps to Reproduce the Problem

  1. dotnet new --install NV.Templates::2.2.1-beta0003
  2. dotnet new nv-backend -n Test01

Specifications