From 23e7a38f8cf958a990af3468ff46f5ea47e48032 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Thu, 11 Aug 2022 22:31:12 +0200 Subject: [PATCH] Added cuddle --- .gitignore | 1 + cuddle.yaml | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 cuddle.yaml diff --git a/.gitignore b/.gitignore index ea8c4bf..21712c7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /target +.cuddle/ diff --git a/cuddle.yaml b/cuddle.yaml new file mode 100644 index 0000000..4ff29eb --- /dev/null +++ b/cuddle.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://git.front.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json + +base: "git@git.front.kjuulh.io:kjuulh/cuddle-rust-plan.git" + +vars: + service: "cibus-backend"