feat: ignore .cuddle/

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-06-25 21:58:10 +02:00
parent 31b38e7610
commit 964107902b
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912
3 changed files with 3 additions and 1 deletions

1
rust-cli/.gitignore vendored
View File

@ -1 +1,2 @@
target/
.cuddle/

View File

@ -1,5 +1,5 @@
[package]
name = "service"
name = "%%name%%"
version = "0.1.0"
edition = "2021"

View File

@ -1 +1,2 @@
target/
.cuddle/