takt/.dockerignore
2026-01-25 15:16:27 +09:00

43 lines
548 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.

# 依存関係(コンテナ内で再インストール)
node_modules/
# ビルド成果物(コンテナ内で再ビルド)
dist/
# Git関連
.git/
.gitignore
# IDE設定
.idea/
.vscode/
*.swp
*.swo
# OS生成ファイル
.DS_Store
Thumbs.db
# ログ
*.log
npm-debug.log*
# テストカバレッジ
coverage/
# 環境変数(秘匿情報)
.env
.env.local
.env.*.local
# TAKT設定ユーザーデータ
.takt/
# Claude設定
.claude/
# Docker関連自己参照を避ける
Dockerfile
docker-compose.yml
.dockerignore