Files
BAT/.gitignore

12 lines
422 B
Plaintext

# Gateway API token (mint with: python3 tools/provision.py mint-token)
.env
# MariaDB password read by the 'local' file secret provider (written by provision.py)
ignition/gateway/config/secrets/
# Fresh-reset rollback copy
ignition/gateway.bak/
# Gateway-maintained content-addressed caches + probe output (never author/commit)
ignition/gateway/**/.resources/
ignition/gateway/projects/.probe/
__pycache__/
.pytest_cache/