Explorar el Código

prevent scaffolding robots.txt

bach hace 1 año
padre
commit
f764a4473a
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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": {