Baseline: docker stack, provisioning tools, test-data, gateway-as-files (pre-PrimeBAT build)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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/
|
||||
Reference in New Issue
Block a user