- Zwei separate Zähler: Unique Visitors (Session) + Page Views (jeden Aufruf) - Footer zeigt beide Werte an - Neue Datendateien in .gitignore aufgenommen 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
26 lines
275 B
Plaintext
26 lines
275 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
|
|
api/visitors.txt
|
|
api/pageviews.txt
|
|
kostenschaetzung/
|
|
schadendokumentation/
|
|
zeitwert/
|
|
.claude/
|
|
__pycache__/
|