Files
gb-site/.gitignore
Ivan Liashkevich 2dadc5362d
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
Add PostHog analytics with heatmap support
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 16:49:52 +02:00

27 lines
280 B
Plaintext

# Frontend
frontend/node_modules/
frontend/.next/
frontend/out/
# Backend
backend/src/*/bin/
backend/src/*/obj/
backend/.idea/
# Environment
.env
.env.local
.env.production.local
.env.development.local
# IDE & Tools
.vs/
.vscode/
.claude/
*.swp
*.swo
# OS
Thumbs.db
.DS_Store