forked from github-starred/Dock-Dploy
12 lines
212 B
Plaintext
12 lines
212 B
Plaintext
# https://www.robotstxt.org/robotstxt.html
|
|
User-agent: *
|
|
Allow: /
|
|
|
|
# Disallow API and backend routes
|
|
Disallow: /api/
|
|
Disallow: /backend/
|
|
Disallow: /src/
|
|
|
|
# Allow main pages
|
|
Allow: /
|
|
Allow: /docker/compose-builder |