From 11a407d26ca07bfd79ed94fb0298cf84025ea58f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 31 May 2022 10:45:12 +0200 Subject: [PATCH] Gitignore flamenco-worker.yaml and flamenco-worker-credentials.yaml Ignore those files regardless of the path. Previously they were only ignored in the project root, but I want to create several worker configurations in a subdirectory for testing. --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9dbbd20a..c00edc63 100644 --- a/.gitignore +++ b/.gitignore @@ -8,8 +8,8 @@ /flamenco-worker /flamenco-manager_race /flamenco-worker_race -/flamenco-worker.yaml -/flamenco-worker-credentials.yaml +flamenco-worker.yaml +flamenco-worker-credentials.yaml node_modules/ task-logs/ flamenco-storage/