Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Teams Toolkit VS 2022 - .gitignore missing in TeamsApp.ttkproj #11864

Open
wss-alubic opened this issue Jun 19, 2024 · 2 comments
Open

Teams Toolkit VS 2022 - .gitignore missing in TeamsApp.ttkproj #11864

wss-alubic opened this issue Jun 19, 2024 · 2 comments
Assignees
Labels
bug Something isn't working investigating TA:E2E Team Area: E2E

Comments

@wss-alubic
Copy link

wss-alubic commented Jun 19, 2024

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:

  1. Add a new Microsoft Teams App and choose Chat Command Bot. Name it MyChatBot.
  2. Two projects are added, one called TeamsApp.ttkproj, and one named MyChatBot.csproj
  3. 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.

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

Copy link
Contributor

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.

@microsoft-github-policy-service microsoft-github-policy-service bot added the needs attention This issue needs the attention of a contributor. label Jun 19, 2024
@adashen adashen added investigating TA:E2E Team Area: E2E labels Jun 24, 2024
@Alive-Fish
Copy link
Contributor

Thanks for reporting the issue. We will have a fix on it in the future.

@adashen adashen added bug Something isn't working and removed needs attention This issue needs the attention of a contributor. labels Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working investigating TA:E2E Team Area: E2E
Projects
None yet
Development

No branches or pull requests

3 participants