ponshu-room-lite/tools/synology/.gitignore

28 lines
479 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.

# ==========================================
# Synology AI Factory - Git除外設定
# ==========================================
# セキュリティ上重要: APIキーを含むファイルは絶対にコミットしない
# 環境変数ファイルAPIキーが含まれる
.env
# データフォルダ(使用状況ログなど)
ai-proxy-data/
gitea/
postgres/
mcp/
# macOS
.DS_Store
# Windows
Thumbs.db
desktop.ini
# エディタ
.vscode/
.idea/
*.swp
*.swo
*~