From 4fc003907c692182bbb1e8d6b4aef15c351cdae8 Mon Sep 17 00:00:00 2001 From: Ahmet Abdullah Gultekin Date: Sat, 13 Jun 2026 10:45:07 +0000 Subject: [PATCH] chore: move gantt charts out of repo root into diagrams/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move gantt_fall.png and gantt_spring.png from the repo root into diagrams/ (git mv, history preserved) — they were not referenced anywhere else, so no links needed updating. Dropped both filenames from the structure-lock allowed_root_files so they can't reappear at root. --- .repo-structure.yml | 2 -- gantt_fall.png => diagrams/gantt_fall.png | Bin gantt_spring.png => diagrams/gantt_spring.png | Bin 3 files changed, 2 deletions(-) rename gantt_fall.png => diagrams/gantt_fall.png (100%) rename gantt_spring.png => diagrams/gantt_spring.png (100%) diff --git a/.repo-structure.yml b/.repo-structure.yml index 837029b..a337c82 100644 --- a/.repo-structure.yml +++ b/.repo-structure.yml @@ -24,8 +24,6 @@ allowed_root_files: - "README.md" - "SECURITY.md" - "SECURITY_INCIDENTS.md" - - "gantt_fall.png" - - "gantt_spring.png" allowed_root_dirs: - ".github" diff --git a/gantt_fall.png b/diagrams/gantt_fall.png similarity index 100% rename from gantt_fall.png rename to diagrams/gantt_fall.png diff --git a/gantt_spring.png b/diagrams/gantt_spring.png similarity index 100% rename from gantt_spring.png rename to diagrams/gantt_spring.png