Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating project .gitignore rule #24

Open
thapabhesh opened this issue Aug 8, 2018 · 1 comment
Open

Updating project .gitignore rule #24

thapabhesh opened this issue Aug 8, 2018 · 1 comment

Comments

@thapabhesh
Copy link
Contributor

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
Copy link
Contributor

iPazooki commented Aug 8, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants