aspnet / Templates

This repo is OBSOLETE - please see the README file for information
Other
151 stars 57 forks source link

Remove .dnx/** glob pattern from .gitignore file #756

Closed scottaddie closed 7 years ago

scottaddie commented 7 years ago

The .dnx/** glob pattern was added to .gitignore in the following commit: https://github.com/aspnet/Templates/commit/c896871c2b0c9db1b64f046105f7fb8ba4e8d23a. Now that the DNX_HOME environment variable isn't being referenced in Verify.tasks, I see no need to keep this in the .gitignore file.

dnfclas commented 7 years ago

Hi @scottaddie, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution! You've already signed the contribution license agreement. Thanks!

The agreement was validated by .NET Foundation and real humans are currently evaluating your PR.

TTYL, DNFBOT;

phenning commented 7 years ago

Thanks!