Files
forgerunner/.gitignore
T
Jason Stedwell 1757777a32 ver 0.1
2026-06-29 21:57:51 -05:00

27 lines
326 B
Plaintext

# Runtime secrets and local config
.env
.runner
# Generated runner config (mount, don't commit)
config/runner.yaml
# Local work directory
work/
# Custom CA files (mount, don't commit)
config/trusted-ca/*.crt
config/trusted-ca/*.pem
# Build artifacts
*.tar
*.tar.gz
# macOS
.DS_Store
# Editor
.vscode/
.idea/
*.swp
*.swo