From 1e07608968648b57a6b037c6167d4dcbd70bec47 Mon Sep 17 00:00:00 2001 From: Tim Cosgrove Date: Wed, 22 Jan 2025 12:15:22 -0800 Subject: [PATCH] Ignore core file that DDEV creates. (#20332) Pushing this through. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 89b52fc6b7..e30b5ce88b 100644 --- a/.gitignore +++ b/.gitignore @@ -114,3 +114,5 @@ private.key # DDEV files. .ddev/providers/platform.yaml .ddev/docker-compose.datadog.yaml +# DDEV sometimes creates this file. +core