From ecda4da54a028040c6bdf652f8ea878fe57de101 Mon Sep 17 00:00:00 2001 From: Nyash Development Team Date: Wed, 13 Aug 2025 16:49:58 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Clean=20up=20Git=20tracking:=20E?= =?UTF-8?q?xclude=20Rust=20dev=20files=20and=20LaTeX=20outputs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add nyash-rust/ directory to .gitignore - Exclude LaTeX generated files (*.aux, *.log, *.out, etc.) - Keep repository clean from development artifacts 🦀 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitignore b/.gitignore index ac8ce38f..a84a825b 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,19 @@ dist/ /target/ Cargo.lock +# 🔧 Rust開発用ディレクトリ(Git追跡除外) +nyash-rust/ + +# 🔧 LaTeX生成ファイル(Git追跡除外) +*.aux +*.log +*.out +*.pdf +*.toc +*.fls +*.fdb_latexmk +*.synctex.gz + # 開発用秘密フォルダ(完全除外) /development/