From 3bbf53f8776927db235da154a7d9bd716fd84a6e Mon Sep 17 00:00:00 2001 From: Bence Csati Date: Thu, 5 Dec 2024 14:19:49 +0100 Subject: [PATCH] chore: add devspace to gitignore Signed-off-by: Bence Csati --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 84021b67..11c63ed8 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,7 @@ crddir .DS_Store go.work.sum + +# Ignore DevSpace cache and log folder and DevSpace configuration file +.devspace/ +devspace.yaml