particle-os/.gitignore
robojerk cecdca9586 Major documentation and infrastructure updates
- Added comprehensive bootc.md with Particle OS-specific guidance
- Added filesystem.md explaining immutable architecture
- Added scope.md with critical implementation requirements
- Updated roadmap.md with current progress tracking
- Updated todo.md with current status and next steps
- Updated README.md with disk utility requirements
- Updated Containerfile with kernel and locale fixes
- Updated .gitignore for comprehensive coverage
- Fixed critical disk utility and PATH issues
- Resolved UTF-8 encoding problems
- Added proper OSTree labels and kernel setup

Phase 1 foundation is solid - disk utility requirements addressed.
Current focus: Resolving kernel detection issue to complete Phase 1.
2025-08-07 00:57:29 -07:00

75 lines
No EOL
1,004 B
Text

# Build artifacts and temporary files
*.iso
*.qcow2
*.img
*.tar
*.tar.gz
# Live-build artifacts
02-installer/config/chroot/
02-installer/config/binary/
02-installer/config/cache/
02-installer/config/stages/
02-installer/config/archives/
02-installer/config/bootstrap/
02-installer/config/source/
# Container build artifacts
01-debian-atomic/build/
02-installer-bootc/build/
# Build outputs
02-installer-bootc/build/*.iso
# VM and testing artifacts
*.vm
*.vmdk
*.vdi
test-*.qcow2
# Package manager caches
apt-cache/
apt-lists/
# Log files
*.log
logs/
# Temporary files
*.tmp
*.temp
temp/
tmp/
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Git
.git/
.gitignore~
# Build directories
build/
dist/
out/
# Container images (optional - uncomment if you don't want to track these)
# *.container
# *.oci
02-installer-bootc/debs/*.deb
02-installer-bootc/debs/*.tar.xz
02-installer-bootc/debs/*.dsc