ver 0.1
This commit is contained in:
+26
@@ -0,0 +1,26 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user