From f322327945e80e2ad21fe54bd0efa1dc5f0de65c Mon Sep 17 00:00:00 2001 From: Gerhard Lazu Date: Fri, 25 Mar 2022 16:37:30 +0000 Subject: [PATCH] =?UTF-8?q?Switch=20build=20=E2=86=92=20=5Fbuild=20in=20.g?= =?UTF-8?q?itignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is much easier to spot this build dir when it gets prefixed with _ Inspired by Elixir: https://elixir-lang.org/getting-started/mix-otp/introduction-to-mix.html Signed-off-by: Gerhard Lazu --- pkg/universe.dagger.io/examples/todoapp/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/universe.dagger.io/examples/todoapp/.gitignore b/pkg/universe.dagger.io/examples/todoapp/.gitignore index 378eac25..e35d8850 100644 --- a/pkg/universe.dagger.io/examples/todoapp/.gitignore +++ b/pkg/universe.dagger.io/examples/todoapp/.gitignore @@ -1 +1 @@ -build +_build