This repository was archived by the owner on Jun 30, 2022. It is now read-only.
[Enterprise Bot Generator][TypeScript] Rename of gitignore file #793
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
gitignore
to_.gitignore
file inbotbuilder-enterprise
templateRelated Issue
Fix #792
Testing Steps
AI/templates/Enterprise-Template/src/typescript/generator-botbuilder-enterprise
npm pack
and save the name of the package generatednpm i -g <name_of_your_package>
yo botbuilder-enterprise
wherever you want to create your bot.gitignore
file is created correctlyChecklist
- [ ] I have commented my code, particularly in hard-to-understand areas- [ ] I have tested any new/updated dialogs using Speech in the emulator to ensure the Speak property is set to enable a high quality speech-first experience and the appropriate InputHints are set correctly.- [ ] I have updated related documentationIf this contains changes that needs to be replicated between the Enterprise Template <-> Virtual Assistant
- [ ] A duplicate issue is filed to track future work.If you have updated responses or
.lu
files:- [ ] All languages have been updated- [ ] You have tested deployment with your new models