Skip to content

Commit ffaa5db

Browse files
committed
Removed robots.txt file in favour of a module.
1 parent e018d95 commit ffaa5db

20 files changed

Lines changed: 15 additions & 234 deletions

File tree

β€Ž.gitignoreβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ web/sites/default/*
3838
!web/.htaccess
3939
!web/autoload.php
4040
!web/index.php
41-
!web/robots.txt
4241
!web/update.php
4342

4443
# Ignore all recipes by default. Custom recipes should be added explicitly.

β€Ž.vortex/installer/tests/Fixtures/install/_baseline/.gitignoreβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ web/sites/default/*
3636
!web/.htaccess
3737
!web/autoload.php
3838
!web/index.php
39-
!web/robots.txt
4039
!web/update.php
4140

4241
# Ignore all recipes by default. Custom recipes should be added explicitly.

β€Ž.vortex/installer/tests/Fixtures/install/_baseline/composer.jsonβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
"[web-root]/README.md": false,
107107
"[web-root]/README.txt": false,
108108
"[web-root]/example.gitignore": false,
109+
"[web-root]/robots.txt": false,
109110
"[web-root]/sites/example.settings.local.php": false,
110111
"[web-root]/sites/example.sites.php": false,
111112
"[web-root]/update.php": false,

β€Ž.vortex/installer/tests/Fixtures/install/_baseline/web/robots.txtβ€Ž

Lines changed: 0 additions & 72 deletions
This file was deleted.

β€Ž.vortex/installer/tests/Fixtures/install/hosting_acquia/.gitignoreβ€Ž

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@@ -5,39 +5,39 @@
1+
@@ -5,38 +5,38 @@
22
# To add an override file, explicitly un-ignore it below and add to the
33
# repository (useful for robots.txt and .htaccess file overrides).
44

@@ -56,20 +56,18 @@
5656
-!web/.htaccess
5757
-!web/autoload.php
5858
-!web/index.php
59-
-!web/robots.txt
6059
-!web/update.php
6160
+!docroot/.editorconfig
6261
+!docroot/.eslintignore
6362
+!docroot/.gitattributes
6463
+!docroot/.htaccess
6564
+!docroot/autoload.php
6665
+!docroot/index.php
67-
+!docroot/robots.txt
6866
+!docroot/update.php
6967

7068
# Ignore all recipes by default. Custom recipes should be added explicitly.
7169
recipes/*
72-
@@ -45,10 +45,10 @@
70+
@@ -44,10 +44,10 @@
7371
# Ignore dependencies cache files.
7472
/vendor
7573
/node_modules

β€Ž.vortex/installer/tests/Fixtures/install/hosting_acquia/composer.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@@ -112,40 +112,40 @@
1+
@@ -113,40 +113,40 @@
22
"[web-root]/web.config": false
33
},
44
"locations": {

β€Ž.vortex/installer/tests/Fixtures/install/hosting_acquia/docroot/robots.txtβ€Ž

Lines changed: 0 additions & 72 deletions
This file was deleted.

β€Ž.vortex/installer/tests/Fixtures/install/hosting_acquia/web/-robots.txtβ€Ž

Whitespace-only changes.

β€Ž.vortex/installer/tests/Fixtures/install/starter_drupal_cms_profile/composer.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"discard-changes": true,
3030
"platform": {
31-
@@ -157,7 +162,20 @@
31+
@@ -158,7 +163,20 @@
3232
"patchLevel": {
3333
"drupal/core": "-p2"
3434
},

β€Ž.vortex/installer/tests/Fixtures/install/tools_groups_no_be_tests/.gitignoreβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@@ -51,7 +51,6 @@
1+
@@ -50,7 +50,6 @@
22
web/themes/**/build
33
.data
44
.logs

0 commit comments

Comments
Β (0)