secubox-openwrt/package/secubox/luci-app-secubox-bonus/root/www/secubox-feed/.gitignore
CyberMind-FR dc6fc6c0a2 fix: Add customfeeds.conf for local SecuBox package feed
- Create /etc/opkg/customfeeds.conf with secubox feed pre-configured
- Install file via Makefile instead of postinst script
- Mark as conffile to preserve user modifications on upgrade
- Add .gitignore to exclude built .ipk files from git tracking
  (packages are embedded at build time by embed_local_feed)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-11 10:12:07 +01:00

8 lines
129 B
Plaintext

# Built packages are populated during build
# Do not commit binary files to git
*.ipk
*.apk
Packages
Packages.gz
apps-local.json