From 2e454014e033afeaece98c95560ef7d4938712c7 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sun, 21 Apr 2024 09:55:45 +0200 Subject: [PATCH] gitignore: add more build artefacts to ignore list ignore the assembled widget toolkit, the CSS generated from SCSS and some more packaging related files Signed-off-by: Thomas Lamprecht --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 6ce4a63..65628bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,10 @@ *.buildinfo *.changes *.deb +*.dsc +*.tar.xz /proxmox-widget-toolkit-[0-9]*/ src/.lint-incremental +src/proxmox-dark/theme-proxmox-dark.css +src/proxmoxlib.js +src/proxmoxlib.min.js