@@ -6,19 +6,13 @@ graph TD
6
6
subgraph graph_git_repo
7
7
root[graph-git-repo]
8
8
root --> gitignore[.gitignore]
9
- root --> license [LICENSE]
10
- root --> mermaid [MERMAID_DIAGRAM.md]
9
+ root --> LICENSE [LICENSE]
10
+ root --> MERMAID_DIAGRAM [MERMAID_DIAGRAM.md]
11
11
root --> README[README.md]
12
- root --> repo_structure[REPO_STRUCTURE.md]
12
+ root --> REPO_STRUCTURE[REPO_STRUCTURE.md]
13
+ root --> action[action.yml]
13
14
root --> base[base.sh]
14
15
root --> tree_to_gpt[tree_to_gpt.py]
15
16
end
16
17
style graph_git_repo fill:#e0f7fa,stroke:#333,stroke-width:2px;
17
- style gitignore fill:#ffccbc,stroke:#333,stroke-width:1px;
18
- style license fill:#ffccbc,stroke:#333,stroke-width:1px;
19
- style mermaid fill:#ffccbc,stroke:#333,stroke-width:1px;
20
- style README fill:#ffccbc,stroke:#333,stroke-width:1px;
21
- style repo_structure fill:#ffccbc,stroke:#333,stroke-width:1px;
22
- style base fill:#ffccbc,stroke:#333,stroke-width:1px;
23
- style tree_to_gpt fill:#ffccbc,stroke:#333,stroke-width:1px;
24
18
```
0 commit comments