- Add .gitignore: exclude compiled binaries, build artifacts, and Helm values files containing real secrets (authentik, prometheus) - Add all Kubernetes deployment manifests (deployment/) - Add services source code: ha-sync, device-inventory, games-console, paperclip, parts-inventory - Add Ansible orchestration: playbooks, roles, inventory, cloud-init - Add hardware specs, execution plans, scripts, HOMELAB.md - Add skills/homelab/SKILL.md + skills/install.sh to preserve Copilot skill - Remove previously-tracked inventory-cli binary from git index Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"transform-async-to-generator": [
|
|
"bugfix/transform-async-arrows-in-class"
|
|
],
|
|
"transform-parameters": [
|
|
"bugfix/transform-edge-default-parameters",
|
|
"bugfix/transform-safari-id-destructuring-collision-in-function-expression"
|
|
],
|
|
"transform-function-name": [
|
|
"bugfix/transform-edge-function-name"
|
|
],
|
|
"transform-block-scoping": [
|
|
"bugfix/transform-safari-block-shadowing",
|
|
"bugfix/transform-safari-for-shadowing"
|
|
],
|
|
"transform-template-literals": [
|
|
"bugfix/transform-tagged-template-caching"
|
|
],
|
|
"transform-optional-chaining": [
|
|
"bugfix/transform-v8-spread-parameters-in-optional-chaining"
|
|
],
|
|
"proposal-optional-chaining": [
|
|
"bugfix/transform-v8-spread-parameters-in-optional-chaining"
|
|
],
|
|
"transform-class-properties": [
|
|
"bugfix/transform-v8-static-class-fields-redefine-readonly",
|
|
"bugfix/transform-firefox-class-in-computed-class-key",
|
|
"bugfix/transform-safari-class-field-initializer-scope"
|
|
],
|
|
"proposal-class-properties": [
|
|
"bugfix/transform-v8-static-class-fields-redefine-readonly",
|
|
"bugfix/transform-firefox-class-in-computed-class-key",
|
|
"bugfix/transform-safari-class-field-initializer-scope"
|
|
]
|
|
}
|