From a6b20cb273edbdf4afa6800292053cca0a12aefe Mon Sep 17 00:00:00 2001 From: runic-docs-bot Date: Tue, 4 Aug 2026 16:19:51 +0000 Subject: [PATCH] docs(tree): sync installer/PROJECT_TREE.md from RunicGateway/installer@0e7d5f3 [skip ci] --- installer/PROJECT_TREE.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 installer/PROJECT_TREE.md diff --git a/installer/PROJECT_TREE.md b/installer/PROJECT_TREE.md new file mode 100644 index 0000000..bf6ac73 --- /dev/null +++ b/installer/PROJECT_TREE.md @@ -0,0 +1,37 @@ +# Runic Gateway installer — Project Tree + +> **Auto-generated.** This file is maintained by the `sync-project-tree` CI workflow in +> the [`RunicGateway/installer`](https://gitea.whitlocktech.com/RunicGateway/installer) repository, which +> opens a pull request here whenever the tracked file layout on `main` changes. Do not edit +> by hand — changes will be overwritten by the next sync. + +A snapshot of the tracked files in the repository (build output, dependencies, and other +git-ignored paths are excluded). + +```text +installer/ +├── .gitea/ +│ ├── ISSUE_TEMPLATE/ +│ │ ├── bug_report.md +│ │ ├── config.yaml +│ │ └── feature_request.md +│ ├── scripts/ +│ │ └── gen_tree.py +│ ├── workflows/ +│ │ ├── bundle.yml +│ │ ├── pr-checks.yml +│ │ ├── release.yml +│ │ └── sync-project-tree.yml +│ └── PULL_REQUEST_TEMPLATE.md +├── bundles/ +│ ├── bundle-2026.08.04.json +│ ├── current.json +│ └── README.md +├── .gitignore +├── CODE_OF_CONDUCT.md +├── CONTRIBUTING.md +├── CONTRIBUTORS.md +├── LICENSE.md +├── README.md +└── SECURITY.md +```