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
Describe the bug
When creating a new Teams App Chat Command bot, the .gitignore is missing from TeamsApp.ttkproj. .env.local and the build folder will be checked into git by default.
To Reproduce
Steps to reproduce the behavior:
Add a new Microsoft Teams App and choose Chat Command Bot. Name it MyChatBot.
Two projects are added, one called TeamsApp.ttkproj, and one named MyChatBot.csproj
Observe that there is a .gitignore written to MyChatBot.csproj but not to TeamsApp.ttkproj
Expected behavior
There should be a .gitignore in TeamsApp.ttkproj with the TeamsFx ignores and the user-specific files ignored.
Thank you for contacting us! Any issue or feedback from you is quite important to us. We will do our best to fully respond to your issue as soon as possible. Sometimes additional investigations may be needed, we will usually get back to you within 2 days by adding comments to this issue. Please stay tuned.
Describe the bug
When creating a new Teams App Chat Command bot, the .gitignore is missing from TeamsApp.ttkproj. .env.local and the build folder will be checked into git by default.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
There should be a .gitignore in TeamsApp.ttkproj with the TeamsFx ignores and the user-specific files ignored.
Additional context
This file was written correctly: https://github.com/wss-alubic/ttk-devtunnel-bug/blob/main/src/TtkDevTunnelBug.ChatBot/.gitignore
The "TeamsFx files" and "User-specific files" sections should've been written to a separate .gitignore in this project: https://github.com/wss-alubic/ttk-devtunnel-bug/tree/main/TeamsApp
The text was updated successfully, but these errors were encountered: