From a5e9073421f31900bed54280d1922c46fbd81541 Mon Sep 17 00:00:00 2001 From: Ramiro Date: Wed, 8 Jan 2025 18:26:16 -0800 Subject: [PATCH] don't sync files that are not needed for deployment --- .oktetoignore | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.oktetoignore b/.oktetoignore index d909cc5..e2376ca 100644 --- a/.oktetoignore +++ b/.oktetoignore @@ -1,5 +1,12 @@ .github .vscode +/*.png +/*.svg +LICENSE +/README.md +.gitignore + +[deploy] # we ignore all the source code since this is only needed during build api catalog @@ -7,6 +14,3 @@ docs frontend rent worker - -# we re-include the chart folders because those are needed during deploy -!**/chart