Files
code-center/src/modules/html/robot.ts
2025-11-30 01:02:42 +08:00

16 lines
278 B
TypeScript

export const robotsTxt = `User-agent: *
Disallow: /admin/
Disallow: /config/
Disallow: /settings/
Disallow: /private/
Disallow: /secret/
Disallow: /.git/
Disallow: /.env
Disallow: /backup/
Disallow: /backups/
Disallow: /logs/
Disallow: /log/
Disallow: /tmp/
Disallow: /plus/
`;