Files
kubesolo-os/.gitignore
Adolfo Delorenzo 7abf0e0c04
Some checks failed
CI / Go Tests (push) Has been cancelled
CI / Build Go Binaries (amd64, linux, linux-amd64) (push) Has been cancelled
CI / Build Go Binaries (arm64, linux, linux-arm64) (push) Has been cancelled
CI / Shellcheck (push) Has been cancelled
build: add TINYCORE-MODIFICATIONS.md to .gitignore
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 11:38:01 -06:00

29 lines
281 B
Plaintext

# Build artifacts
output/
build/cache/
build/rootfs-work/
# Generated files
*.iso
*.img
*.gz
*.squashfs
# Editor
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Go
update/update-agent
cloud-init/cloud-init-parser
# Local docs (not tracked)
TINYCORE-MODIFICATIONS.md