init
This commit is contained in:
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
# 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/**
|
||||
Reference in New Issue
Block a user