-
Notifications
You must be signed in to change notification settings - Fork 374
Conversation
cwhitten
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@VanyLaw I believe the intention was to add to the .gitignore of the generated bot directory, so that the appsettings.json doesn't inadvertently get checked in.
|
Hi @cwhitten I add gitignore file into our sample bot folder, so when user create a new bot, it will include the gitignore file. But it can only take effect in new bot. Do you think is it necessary to check the gitignore file existed or not in code when bot opened? |
@VanyLaw , please use the feature of BoilerPlate, you just need to add one .gitignore in |
boydc2014
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See above
Got it, Thank you for reminding me. |
Composer/plugins/samples/assets/projects/ToDoBotWithLuisSample/.gitignore
Show resolved
Hide resolved
* add settings file ignore * add gitignore in sample bot folder * remove gitignore into boilerPlate * add luis sample ignore back * remove useless gitignore Co-authored-by: Andy Brown <[email protected]> Co-authored-by: Chris Whitten <[email protected]>
Description
add appsettings.json ignore in root project. In order to prevent file be mis-uploaded.
Task Item
close #3105
Screenshots