Skip to content

Updating project .gitignore rule #24

@thapabhesh

Description

@thapabhesh

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions