chore(docs.angularjs.org): add robots.txt

This commit is contained in:
Martin Staffa
2018-02-02 12:31:49 +01:00
parent b969c3e354
commit d3bffc5476
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
User-agent: *
Disallow: /components/
Disallow: /examples/
Disallow: /img/
Disallow: /js/
Disallow: /partials/
Disallow: /ptore2e/
Disallow: /*.js$
Disallow: /*.map$
Disallow: /Error404.html
@@ -23,7 +23,7 @@
"destination": "/index-production.html"
},
{
"source": "**/*!(.jpg|.jpeg|.gif|.png|.html|.js|.map|.json|.css|.svg|.ttf|.woff|.woff2|.eot)",
"source": "**/*!(.jpg|.jpeg|.gif|.png|.html|.js|.map|.json|.css|.svg|.ttf|.txt|.woff|.woff2|.eot)",
"destination": "/index-production.html"
}
]