From 5e6eca848972d16d5950a91c1beade63d5aa1f08 Mon Sep 17 00:00:00 2001 From: Christoph Heiss Date: Wed, 21 Jun 2023 07:50:13 +0200 Subject: [PATCH] gitignore: merge TUI .gitignore into top-level Since the TUI was put into a top-level workspace, the `target` folder and lockfile exist too on that level. Signed-off-by: Christoph Heiss --- .gitignore | 2 ++ proxmox-tui-installer/.gitignore | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 proxmox-tui-installer/.gitignore diff --git a/.gitignore b/.gitignore index 7645c84..8eb4e76 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,7 @@ /*.buildinfo /build/ /testdir/ +/target/ /test*.img country.dat +Cargo.lock diff --git a/proxmox-tui-installer/.gitignore b/proxmox-tui-installer/.gitignore deleted file mode 100644 index 3004f00..0000000 --- a/proxmox-tui-installer/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -Cargo.lock -/target -/testdir