From 3011d171227c0e8f6d796121edf8082d52851aab Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 24 Jun 2023 23:48:45 +0200 Subject: [PATCH] feat: with gitignore Signed-off-by: kjuulh --- rust-cli/.gitignore | 1 + rust-service/.gitignore | 1 + 2 files changed, 2 insertions(+) create mode 100644 rust-cli/.gitignore create mode 100644 rust-service/.gitignore diff --git a/rust-cli/.gitignore b/rust-cli/.gitignore new file mode 100644 index 0000000..2f7896d --- /dev/null +++ b/rust-cli/.gitignore @@ -0,0 +1 @@ +target/ diff --git a/rust-service/.gitignore b/rust-service/.gitignore new file mode 100644 index 0000000..2f7896d --- /dev/null +++ b/rust-service/.gitignore @@ -0,0 +1 @@ +target/