Conversation
|
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 |
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 <asbrown002@gmail.com> Co-authored-by: Chris Whitten <christopher.whitten@microsoft.com>
Description
add appsettings.json ignore in root project. In order to prevent file be mis-uploaded.
Task Item
close #3105
Screenshots