microsoft/TypeAgent
Publicmirrored fromhttps://github.com/microsoft/TypeAgentAvailable
dotnet/visualStudioTypeAgent/.gitignore
7lines · modecode
| 1 | # All other patterns (bin/, obj/, *.user, etc.) are covered by the |
| 2 | # repo-root .gitignore — keep this file scoped to project-specific items. |
| 3 | |
| 4 | # WebView2 bundled content (generated by xcopy from |
| 5 | # ../../ts/packages/agents/visualStudio/host/webview/dist). |
| 6 | webview-content/* |
| 7 | !webview-content/.gitkeep |
| 8 | |