aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com>2026-09-22 11:09:23 +0900
committerYasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com>2026-09-22 11:09:23 +0900
commit3bac99dd9615fb70b210b8ec66d23c3f08ab60dd (patch)
tree54af92eb66bda8889e47566ff76c80e32f96dac4
parentdc21cdc6dc4c7474eb6c97e0632926f1a5cc9dfe (diff)
.gitignore: 削除した reference/ の指定を外す
ローカルの reference/ を削除したため、その無視指定(/reference/)を外した。 環境変数ファイル(.env / .env.*)の指定はそのまま残している。 なお、今後 reference/ を再作成する場合は、誤って公開しないよう指定を戻すのが安全。
-rw-r--r--.gitignore3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 3629720..d289231 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,9 +29,6 @@ yarn-error.log*
/deploy.ps1
/docker-compose.yml
-# ローカルの参照資料(公開しない)
-/reference/
-
# 環境変数ファイル
.env
.env.*