Browse Source

prevent scaffolding robots.txt

bach 1 year ago
parent
commit
f764a4473a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      composer.json

+ 2 - 1
composer.json

@@ -76,7 +76,8 @@
                 "web-root": "web/"
             },
             "file-mapping": {
-                "[web-root]/sites/development.services.yml": false
+                "[web-root]/sites/development.services.yml": false,
+                "[web-root]/robots.txt": false
             }
         },
         "installer-paths": {