Skip to content

Commit 93a8364

Browse files
authored
Update InitStack.php
1 parent 096c47a commit 93a8364

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Commands/InitStack.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function handle(): int
4848
4949
To exclude the runtime files to your repository, add the following files below to your .gitignore file:
5050
51-
<fg=white>./docker</>
51+
<fg=white>/docker</>
5252
<fg=white>dev</>
5353
<fg=white>docker-compose.yml</>
5454
@@ -120,4 +120,4 @@ public function getAvailableRuntimes()
120120
return collect($this->devstackStorage()->directories('runtimes'))
121121
->map(fn ($item) => pathinfo($item, PATHINFO_BASENAME));
122122
}
123-
}
123+
}

0 commit comments

Comments
 (0)