Files
cloudbase/.gitignore
iceBear67 ecc027a685 init
2026-06-03 16:06:17 +08:00

27 lines
304 B
Plaintext

# Build artifacts
*.qcow2
*.raw
*.img
# Extracted kernel / initramfs
*-vmlinuz
*-initramfs
*-boot/
# Downloaded tool
alpine-make-vm-image
# Generated GPG keys (secrets)
overlay/root/gpg-key.asc
overlay/root/gpg-pubkey.asc
# Build marker
.gpg-done
# Editor / OS
.DS_Store
*.swp
*.swo
*~
.reasonix/**