[pdm-devel] [PATCH proxmox-datacenter-manager] gitignore: add UI build-artifacts to ignore list
Lukas Wagner
l.wagner at proxmox.com
Tue Feb 11 13:30:26 CET 2025
Signed-off-by: Lukas Wagner <l.wagner at proxmox.com>
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index c144a25..5e07b25 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,5 +9,7 @@
.create-shell-completions
/target
/ui/target
+/ui/dist
Cargo.lock
proxmox-datacenter-manager-[0-9].*/
+/ui/proxmox-datacenter-manager-ui-[0-9].*/
--
2.39.5
More information about the pdm-devel
mailing list