Geeksltd / Olive.MvcTemplate

The template from which M# Core projects (MVC Core) are created. It's available under the GPLv3 license.
4 stars 11 forks source link

Updating project .gitignore rule #24

Open thapabhesh opened 6 years ago

thapabhesh commented 6 years ago

We need to update the .gitignore file to track MSharp.DSL.runtimeconfig.json. The file is not being tracked on our local git.

M#/lib/netcoreapp2.1/*
!M#/lib/netcoreapp2.1/MSharp.DSL.runtimeconfig.json

The above rule should be updated to the following

M#/lib/*
!M#/lib/netcoreapp2.1/
M#/lib/netcoreapp2.1/*
!M#/lib/netcoreapp2.1/MSharp.DSL.runtimeconfig.json
iPazooki commented 6 years ago

I changed the file as you wished, although we had Template before each one. @thapabhesh