clawdie-iso/.gitignore
Sam & Claude f24b427c57 Ignore local Aider artifacts
---
Build: not run | Tests: not run
2026-06-04 20:04:22 +02:00

57 lines
954 B
Text

# Build artifacts (generated by build.sh)
*.img
*.img.sha256
*.img.sig
cache/
packages/*.pkg
packages/*.txz
packages/.repo/
packages/All/
packages/meta*
# Temporary files
/tmp/
*.tmp
*.bak
*.swp
*~
# System files
.DS_Store
Thumbs.db
.directory
# Editor files
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
*.vim
# Git security hooks (generated)
.git/hooks/sensitive-allowlist.txt
.git/hooks/sensitive-patterns.txt
# Logs
*.log
# FreeBSD specific
.snap/
# Python/virtualenv
__pycache__/
*.pyc
.env.local
.env.*.local
firstboot/gui/helloworld/.qmake.stash
firstboot/gui/helloworld/Makefile
firstboot/gui/helloworld/main.o
firstboot/gui/helloworld/clawdie-helloworld
firstboot/gui/qml-installer/.qmake.stash
firstboot/gui/qml-installer/Makefile
firstboot/gui/qml-installer/main.o
firstboot/gui/qml-installer/moc_*
firstboot/gui/qml-installer/qrc_*
firstboot/gui/qml-installer/clawdie-qml-installer
firstboot/gui/qml-installer/main.moc
.aider*