Pre-launch — Gluecron is in final validation. Public signups and git hosting for non-owner users open after launch review.
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.

.vscodeignoreBlame12 lines · 1 contributor
63fe719Claude1.vscode/**
2.vscode-test/**
3src/**
4.gitignore
5.yarnrc
6**/tsconfig.json
7**/.eslintrc.json
8**/*.map
9**/*.ts
10node_modules/**
11**/__tests__/**
12.github/**