ken_nogi/Pleasanter/.gitignore
Kenichiro NOGI ce58cb4be4 初回コミット: dev配下(NodeSrv/Pleasanter等)をGitea管理下に統合
GitHub(nextgroup2706/ken_nogi)は今後使わず自社Gitea運用に切替え。
NodeSrvは旧リポジトリの履歴を破棄しファイルのみ統合(Dokploy用サービスアカウントは
別途mygit-admin/NodeSrv.gitに履歴あり)。notepmエクスポート(12GB)とPleasanter
インストーラzip(208MB)はサイズが大きいため.gitignoreで除外。

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-04 15:37:06 +09:00

30 lines
1.3 KiB
Plaintext
Raw Permalink 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.

# リポジトリルートのサーバー接続情報APIキー/ログインID・パスワードを含む
config_production.json
config_development.json
config_staging.json
# 各プロジェクトフォルダの旧接続情報ファイルconfig.json一本化方式。config_{env}.json+siteid.jsonへ移行済みだが
# 過去互換のため引き続き除外と対象SiteId機密ではないが統一のため除外
# 先頭にスラッシュが無いパターンは全深度で一致するため、各プロジェクト直下の
# config.json / siteid.json / configs/ も含めてこの1ファイルでまとめて除外される
config.json
config-*.json
siteid.json
# 各プロジェクトフォルダが取得したサイト構成・画面HTML等の保存先
configs/
configs_old/
configs_old_migrate/
siteSettingJsons/
# build-desired-config.js が生成する希望構成(機密を含むスクリプト等を含み得る)
desired_config.json
node_modules/
# pleasanter-selenium-html-scrape スキルの取得結果(実データ含み得るため除外)
.claude/skills/pleasanter-selenium-html-scrape/scripts/*.html
.claude/skills/pleasanter-selenium-html-scrape/scripts/*.png
# 同スキルのログイン認証情報(.env.exampleは雛形のみコミット対象、.env自体は除外
.claude/skills/pleasanter-selenium-html-scrape/.env