Stop tracking data/ and images/ to preserve Plesk production data
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>
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -1,3 +1,10 @@
|
||||
# Data (tuotantodata pysyy Pleskissä, ei ylikirjoiteta pushilla)
|
||||
data/*.json
|
||||
|
||||
# Kuvat (tuotantokuvat pysyvät Pleskissä)
|
||||
images/*
|
||||
!images/.gitkeep
|
||||
|
||||
# Claude Code -asetukset
|
||||
.claude/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user