CodeIssuesDiscussionsWikiPull RequestsProjectsCommitsActionsReleasesContributorsPulse● GatesSecuritySettingsDeploymentsPipelineInsightsAgents✨ Explain✨ Ask AI✨ Workspace✨ Spec✨ Tests▓ Debt Map✨ NL Search🏛 Archaeology
Blame · Line-by-line history
.vscodeignore
Each line is annotated with the commit that last touched it. Click any SHA to jump to that commit and see the surrounding change.
| 63fe719 | 1 | .vscode/** |
| 2 | .vscode-test/** | |
| 3 | src/** | |
| 4 | .gitignore | |
| 5 | .yarnrc | |
| 6 | **/tsconfig.json | |
| 7 | **/.eslintrc.json | |
| 8 | **/*.map | |
| 9 | **/*.ts | |
| 10 | node_modules/** | |
| 11 | **/__tests__/** | |
| 12 | .github/** |