We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 096c47a commit 93a8364Copy full SHA for 93a8364
1 file changed
src/Commands/InitStack.php
@@ -48,7 +48,7 @@ public function handle(): int
48
49
To exclude the runtime files to your repository, add the following files below to your .gitignore file:
50
51
-<fg=white>./docker</>
+<fg=white>/docker</>
52
<fg=white>dev</>
53
<fg=white>docker-compose.yml</>
54
@@ -120,4 +120,4 @@ public function getAvailableRuntimes()
120
return collect($this->devstackStorage()->directories('runtimes'))
121
->map(fn ($item) => pathinfo($item, PATHINFO_BASENAME));
122
}
123
-}
+}
0 commit comments