ken_nogi/ClaudePleasanter/営業積算システム/.gitignore
Kenichiro NOGI 67cc3da6c8 up
2026-07-13 19:02:04 +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