ken_nogi/ClaudePleasanter/新・稟議申請システム/.gitignore
Kenichiro NOGI 9bbc344137 Pleasanterサイト仕様書パイプラインを再構築
生JSON取得(siteSettingJsons/)と設定分解(configs/)の保存先を分離し、
仕様書・概要書はClaudeが読み解いて執筆する方式に統一(機械生成の
generate-site-documentation.jsは不使用)。10サイト分のspec.md/
overview.mdを刷新し、サイト間連携をまとめたsite-relations_overview.md
を新規追加、全docsをPDF化した。

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-11 08:49:24 +09:00

17 lines
673 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Pleasanter API接続情報実APIキーを含む
config.json
# プリザンターから取得した生のサイト構成JSONScripts/ServerScripts本文に
# 秘密情報が含まれている場合があるため、フォルダごと除外)
siteSettingJsons/
# サイト構成の抽出結果(サイトのスクリプト等に秘密情報が
# ハードコードされている場合があるため、フォルダごと除外)
configs/
# 旧フォルダの退避先configs/ 相当の中身を含むため同様に除外)
configs_old/
# 反映用に生成される希望構成(機密を含むスクリプト等を含み得る)
desired_config.json