CodeIssuesDiscussionsWikiPull RequestsProjectsCommitsActionsReleasesContributorsPulse● GatesSecuritySettingsDeploymentsPipelineInsightsAgents✨ Explain✨ Ask AI✨ Workspace✨ Spec✨ Tests▓ Debt Map✨ NL Search🏛 Archaeology
Blame · Line-by-line history
robots.txt
Each line is annotated with the commit that last touched it. Click any SHA to jump to that commit and see the surrounding change.
| ea52715 | 1 | User-agent: * |
| 2 | Allow: / | |
| 3 | Disallow: /admin | |
| 4 | Disallow: /settings | |
| 5 | Disallow: /api/ | |
| 6 | Disallow: /login | |
| 7 | Disallow: /register | |
| 8 | Disallow: /logout | |
| 9 | Disallow: /oauth/ | |
| 10 | Disallow: /*/settings | |
| 11 | Disallow: /*.git/ | |
| 12 | ||
| 13 | Sitemap: /sitemap.xml |