Git pushes now only update code (html/js/php/css), not data or images. Production users, posts, and uploaded images persist on Plesk. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
17 lines
230 B
Plaintext
17 lines
230 B
Plaintext
# Data (tuotantodata pysyy Pleskissä, ei ylikirjoiteta pushilla)
|
|
data/*.json
|
|
|
|
# Kuvat (tuotantokuvat pysyvät Pleskissä)
|
|
images/*
|
|
!images/.gitkeep
|
|
|
|
# Claude Code -asetukset
|
|
.claude/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Editorit
|
|
.vscode/
|
|
*.swp
|