- api/counter.php: PHP-basierter Zähler mit Session-Tracking - Zähler-Anzeige im Footer der Landingpage - counter.txt in .gitignore aufgenommen 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
24 lines
240 B
Plaintext
24 lines
240 B
Plaintext
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor files
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Node modules (falls vorhanden)
|
|
node_modules/
|
|
|
|
# Temp files
|
|
*.tmp
|
|
*.bak
|
|
|
|
# Counter data
|
|
api/counter.txt
|
|
kostenschaetzung/
|
|
schadendokumentation/
|
|
zeitwert/
|
|
.claude/
|
|
__pycache__/
|