mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-03 23:55:02 +00:00
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 <t.lamprecht@proxmox.com>
This commit is contained in:
parent
82bb667f05
commit
2e454014e0
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,5 +1,10 @@
|
|||||||
*.buildinfo
|
*.buildinfo
|
||||||
*.changes
|
*.changes
|
||||||
*.deb
|
*.deb
|
||||||
|
*.dsc
|
||||||
|
*.tar.xz
|
||||||
/proxmox-widget-toolkit-[0-9]*/
|
/proxmox-widget-toolkit-[0-9]*/
|
||||||
src/.lint-incremental
|
src/.lint-incremental
|
||||||
|
src/proxmox-dark/theme-proxmox-dark.css
|
||||||
|
src/proxmoxlib.js
|
||||||
|
src/proxmoxlib.min.js
|
||||||
|
Loading…
Reference in New Issue
Block a user