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

Add support for Cake.Net #2107

Merged
merged 2 commits into from
Sep 26, 2016
Merged

Add support for Cake.Net #2107

merged 2 commits into from
Sep 26, 2016

Conversation

RehanSaeed
Copy link
Contributor

Cake.Net creates a tools folder at the root which contains downloaded packages and should not be checked in. See documentation for reference to the tools folder where NuGet packages are downloaded.

Cake.Net creates a tools folder at the root which contains downloaded packages and should not be checked in.
@@ -263,3 +263,6 @@ paket-files/
# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc

# Cake
tools/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't help but feel this is too broad a rule, and might catch other things.

For example, FAKE uses a .fake/ path for it's local cache.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree it is a possibility. There are a few of these folders in there already e.g. artifacts/ publish/. Cake is now part of the .NET Foundation and growing in popularity. This PR can go either way.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps we could have this commented out by default, so that users can opt-in to the change...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@shiftkey
Copy link
Member

@RehanSaeed thanks!

@shiftkey shiftkey merged commit 0b2d7ae into github:master Sep 26, 2016
nitinkgp23 pushed a commit to nitinkgp23/gitignore that referenced this pull request Oct 8, 2016
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

Successfully merging this pull request may close these issues.

2 participants