Yeoman templates not creating .gitignore file #1421

Closed
opened 2025-08-09 17:20:04 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @MarkPieszak on 8/25/2016

https://github.com/aspnet/JavaScriptServices/blob/dev/templates/package-builder/src/build/build.ts#L31-L41

Not as familiar with the yeoman template builder, but it looks like the code here isn't creating the neccessary .gitignore file from template_gitignore. The code does look fine though, still looking into it to see if I can find it. Just wanted to get the issue out there.

Also, these files should be excluded as well (after manually creating the .gitignore, these are still not ommited). Should we add these to the template_gitignore as well, after fixing the underlying issue?

bin\Debug & obj\Debug files:

image

image

*Originally created by @MarkPieszak on 8/25/2016* https://github.com/aspnet/JavaScriptServices/blob/dev/templates/package-builder/src/build/build.ts#L31-L41 Not as familiar with the yeoman template builder, but it looks like the code here isn't creating the neccessary `.gitignore` file from `template_gitignore`. The code does look fine though, still looking into it to see if I can find it. Just wanted to get the issue out there. Also, these files should be excluded as well (after manually creating the .gitignore, these are still not ommited). Should we add these to the `template_gitignore` as well, after fixing the underlying issue? bin\Debug & obj\Debug files: ![image](https://cloud.githubusercontent.com/assets/2574412/18018450/f71ba78e-6ba4-11e6-8d0c-071fa73a18c9.png) ![image](https://cloud.githubusercontent.com/assets/2574412/18018460/0b3fc5b0-6ba5-11e6-95d1-93651c7ef9d9.png)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#1421
No description provided.