mirror of
https://github.com/CyberMind-FR/secubox-deb.git
synced 2026-07-29 18:36:55 +00:00
Removes a stray secubox-peertube.postinst.debhelper (regenerated at build from debian/secubox-peertube.tmpfiles via #DEBHELPER#) and ignores the pattern. Co-Authored-By: Gerald KERMA <devel@cybermind.fr>
87 lines
1.6 KiB
Plaintext
87 lines
1.6 KiB
Plaintext
.venv/
|
|
.env
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
output/
|
|
out/
|
|
*.img
|
|
*.img.gz
|
|
*.vdi
|
|
*.deb
|
|
*.changes
|
|
*.buildinfo
|
|
*.dsc
|
|
packages/*/*.egg-info/
|
|
.pytest_cache/
|
|
|
|
# Debian build artifacts
|
|
packages/*/debian/.debhelper/
|
|
packages/*/debian/debhelper-build-stamp
|
|
packages/*/debian/files
|
|
packages/*/debian/*.substvars
|
|
packages/*/debian/*.postrm.debhelper
|
|
packages/*/debian/secubox-*/
|
|
daemon/build/
|
|
|
|
# Local APT cache/repo (build artifacts)
|
|
cache/repo/
|
|
|
|
# Node.js
|
|
node_modules/
|
|
dist/
|
|
*.log
|
|
.npm/
|
|
|
|
# WebExtension build artifact (regenerated by packages/secubox-webext/build.sh)
|
|
packages/secubox-webext-*.xpi
|
|
|
|
# IDE
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.wiki/
|
|
*.egg-info/
|
|
|
|
# Tow-Boot (Nix build artifacts)
|
|
tools/Tow-Boot/result
|
|
tools/Tow-Boot/output/
|
|
|
|
# Kernel build (ignore outputs, keep docs and patches)
|
|
kernel-build/*
|
|
!kernel-build/README.md
|
|
!kernel-build/patches/
|
|
!kernel-build/build-kernel.sh
|
|
backups/*.img.xz
|
|
|
|
# APT staging artifacts (regenerated by scripts/stage-apt-repo.sh)
|
|
/output/repo/db/
|
|
/output/repo/pool/
|
|
/output/repo/dists/
|
|
/output/repo/gpg/
|
|
/output/repo/conf/
|
|
/output/test-chroot/
|
|
/output/manifests/
|
|
/output/chroot-update.log
|
|
/output/build.log
|
|
|
|
# MetaBlogizer ingest artifacts (regenerated each run)
|
|
/output/ingest-report.json
|
|
/output/ingest-full.log
|
|
/output/ingest-full-run.out
|
|
/output/broken-repos.txt
|
|
/output/test-ingest-*/
|
|
|
|
# Streamlit ingest artifacts (regenerated each run)
|
|
/output/streamlit-ingest-report.json
|
|
/output/streamlit-ingest.log
|
|
/output/streamlit-ingest-full.out
|
|
/output/broken-streamlit-repos.txt
|
|
|
|
# MetaBlogizer site backfill artifacts (regenerated each run)
|
|
/output/metablog-backfill-report.json
|
|
/output/metablog-backfill.log
|
|
.superpowers/sdd/
|
|
packages/*/debian/*.postinst.debhelper
|