Skip to main content
pxxl deploy reads .pxxlignore before creating the SpaceDrop archive. The default ignore file excludes heavy folders, local caches, Git metadata, and secret-like files.
.git
.git/**
node_modules
node_modules/**
.env
.env.*
*.log
dist
build
.next
.turbo
.cache
.config/pxxl
pxxl-source.zip
The packager also refuses sensitive filenames such as private keys, PEM files, service-account files, and credentials JSON files.
Keep build output ignored when Pxxl should build the app from source. Remove a build directory from .pxxlignore only when you intentionally want to deploy prebuilt static output.