Initial commit: tykkää.fi sivusto
- Julkaisualusta resepteille, neuloville, vinkeille - PHP-backend (api.php) palvelinpuolen datalle - Admin-paneeli salasanasuojauksella - Kuvaupload (upload.php) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
# Data-kansio (palvelimen omat tiedot, ei versiohallintaan)
|
||||
data/*.json
|
||||
|
||||
# Kuvat (isot tiedostot, ei versiohallintaan)
|
||||
images/*
|
||||
!images/.gitkeep
|
||||
|
||||
# Claude Code -asetukset
|
||||
.claude/
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# Editorit
|
||||
.vscode/
|
||||
*.swp
|
||||
Reference in New Issue
Block a user