world-game/.gitignore
isUnknown e7f9849888
All checks were successful
Deploy Production / Deploy to Production (push) Successful in 28s
security: gitignore env-specific config files and untrack config.world.game.php
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-04 07:40:26 +02:00

78 lines
938 B
Text

# System files
# ------------
Icon
.DS_Store
# Temporary files
# ---------------
/media/*
!/media/index.html
# Lock files
# ---------------
.lock
# Editors
# (sensitive workspace files)
# ---------------------------
*.sublime-workspace
/.vscode
/.idea
# -------------SECURITY-------------
# NEVER publish these files via Git!
# -------------SECURITY-------------
# Cache Files
# ---------------
/site/cache/*
!/site/cache/index.html
# Accounts
# ---------------
/site/accounts/*
!/site/accounts/index.html
# Sessions
# ---------------
/site/sessions/*
!/site/sessions/index.html
# License
# ---------------
/site/config/.license
# Environment-specific config (contains secrets)
# ---------------
/site/config/config.*.php
# Content
# ---------------
/content
# Claude settings
# ---------------
/.claude
# Node.js
# ---------------
node_modules/
npm-debug.log*
*.log
# Build
# ---------------
dist/
node_modules/