66 lines
1.2 KiB
Text
66 lines
1.2 KiB
Text
# Never commit FreeBSD/pkg cache blobs anywhere in the repo.
|
|
**/*.pkg
|
|
**/*.txz
|
|
|
|
# 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/
|
|
|
|
# Private internal planning notes. Keep commercial/product strategy off public
|
|
# Codeberg branches; share these only through trusted operator channels.
|
|
/private/
|
|
|
|
*.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*
|