ebabx/.gitignore
isUnknown 2983d82784
All checks were successful
Deploy / Deploy to Preproduction (push) Successful in 5m14s
Ignore local/ (working notes, not meant to be versioned)
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01MJETiWDeqnq7FoyBR6NgWK
2026-07-02 11:08:04 +02:00

68 lines
No EOL
820 B
Text

# System files
# ------------
Icon
.DS_Store
# Fonts
# ---------------
/assets/fonts/*
# Temporary files
# ---------------
/media/*
!/media/index.html
# Lock files
# ---------------
.lock
# Editors
# (sensitive workspace files)
# ---------------------------
*.sublime-*
/.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
# Claude settings
# ---------------
.claude
.claude/*
# Dependencies
# ---------------
vendor
kirby
# Local files
# ---------------
local/