- Remove debian/usr/bin/beast-dump from git tracking (build artifact) - Add debian/usr/bin/* to .gitignore to prevent future binary commits - Update postinst script for quiet installation: - Add --quiet flags to adduser/addgroup commands - Suppress output from directory creation and permission setting - Smart service handling: restart if enabled, leave disabled otherwise - Remove verbose installation messages - Binaries are now built only during package creation, not stored in repo 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
38 lines
No EOL
307 B
Text
38 lines
No EOL
307 B
Text
# Binaries
|
|
skyview
|
|
build/
|
|
dist/
|
|
|
|
# Debian package build artifacts
|
|
debian/usr/bin/skyview
|
|
debian/usr/bin/beast-dump
|
|
|
|
# Configuration
|
|
config.json
|
|
|
|
# Go
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.test
|
|
*.out
|
|
go.work
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/ |