We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
**/caddy
1 parent 4853917 commit d8d432eCopy full SHA for d8d432e
src/Commands/InstallCommand.php
@@ -141,7 +141,7 @@ public function installFrankenPhpServer()
141
if (File::exists($gitIgnorePath)) {
142
$contents = File::get($gitIgnorePath);
143
144
- $filesToAppend = collect(['/caddy', 'frankenphp', 'frankenphp-worker.php'])
+ $filesToAppend = collect(['**/caddy', 'frankenphp', 'frankenphp-worker.php'])
145
->filter(fn ($file) => ! str_contains($contents, $file.PHP_EOL))
146
->implode(PHP_EOL);
147
0 commit comments