@@ -5,20 +5,20 @@ graph TD
55 %% Repository Structure
66 subgraph graph_git_repo
77 root[graph-git-repo]
8- root --> gitignore [.gitignore]
8+ root --> ignore [.gitignore]
99 root --> license[LICENSE]
1010 root --> mermaid[MERMAID_DIAGRAM.md]
1111 root --> README[README.md]
12- root --> repo_structure [REPO_STRUCTURE.md]
12+ root --> structure [REPO_STRUCTURE.md]
1313 root --> base[base.sh]
14- root --> tree_to_gpt [tree_to_gpt.py]
14+ root --> script [tree_to_gpt.py]
1515 end
1616 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;
17+ style ignore fill:#ffe0b2 ,stroke:#ff6f60 ,stroke-width:1px;
18+ style license fill:#ffe0b2 ,stroke:#ff6f60 ,stroke-width:1px;
19+ style mermaid fill:#ffe0b2 ,stroke:#ff6f60 ,stroke-width:1px;
20+ style README fill:#ffe0b2 ,stroke:#ff6f60 ,stroke-width:1px;
21+ style structure fill:#ffe0b2 ,stroke:#ff6f60 ,stroke-width:1px;
22+ style base fill:#ffe0b2 ,stroke:#ff6f60 ,stroke-width:1px;
23+ style script fill:#ffe0b2 ,stroke:#ff6f60 ,stroke-width:1px;
2424```
0 commit comments