From ba83f4f4370ee33dc7253aae37a82abf4a7788de Mon Sep 17 00:00:00 2001 From: robin Date: Thu, 20 Aug 2026 15:18:06 +0900 Subject: [PATCH] Exclude doc/ from version control Large binary docs (gifs, pdfs, images) bloated the repo and broke pushes to the server. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5ac649e..98a3605 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ Log/*.pdf PCD/*.pcd PCD/output_map/ PCD/1 +doc/