You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2022. It is now read-only.
Description
Generating a bot using yo botbuilder-enterprise, creates a gitignore file without the dot prefix.
To Reproduce
Go to AI/templates/Enterprise-Template/src/typescript/generator-botbuilder-enterprise
Run npm pack and save the name of the package generated
Run npm i -g <name_of_your_package>
Run yo botbuilder-enterprise wherever you want to create your bot
Check that the gitignore file does not contain a dot prefix
Expected behavior
The generated bot should contain a .gitignore file
Screenshots
-
Additional context
As stated in npm/npm#1862, when publishing a package (or using npm pack and installing it locally) the .gitignore file is replaced with a .npmignore file, that's why the gitignore file inside the template shouldn't be renamed to .gitignore.
The text was updated successfully, but these errors were encountered:
Project
Enterprise Bot Template
Description
Generating a bot using
yo botbuilder-enterprise
, creates agitignore
file without the dot prefix.To Reproduce
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 botgitignore
file does not contain a dot prefixExpected behavior
The generated bot should contain a
.gitignore
fileScreenshots
-
Additional context
As stated in npm/npm#1862, when publishing a package (or using
npm pack
and installing it locally) the.gitignore
file is replaced with a.npmignore
file, that's why thegitignore
file inside the template shouldn't be renamed to.gitignore
.The text was updated successfully, but these errors were encountered: