From bb9ad7ffdecbbd9caa5b51d0ebaf49d4df6d9253 Mon Sep 17 00:00:00 2001 From: Tobi Nehrlich <tobi@anothertobi.io> Date: Sun, 23 Apr 2023 00:15:39 +0200 Subject: [PATCH] Ignore local build output Signed-off-by: Tobi Nehrlich <tobi@anothertobi.io> --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d9328daf..4d936992 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ *.swp .idea .vscode/ -Dockerfile.dapper[0-9]* \ No newline at end of file +Dockerfile.dapper[0-9]* +local-path-provisioner -- GitLab