From 8db82445ba913abd815e3aaa846a1c5c1301eed3 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Mon, 8 May 2023 20:17:29 +0200 Subject: [PATCH] Move gitignore and lockfile to workspace root --- rust/{relay => }/.gitignore | 0 rust/{relay => }/Cargo.lock | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename rust/{relay => }/.gitignore (100%) rename rust/{relay => }/Cargo.lock (100%) diff --git a/rust/relay/.gitignore b/rust/.gitignore similarity index 100% rename from rust/relay/.gitignore rename to rust/.gitignore diff --git a/rust/relay/Cargo.lock b/rust/Cargo.lock similarity index 100% rename from rust/relay/Cargo.lock rename to rust/Cargo.lock