ornitoweb/.codegraph/.gitignore
Fernando c2d76a9372 fix: responsive layout - use fluid padding and stack on mobile
- Header, sections, footer use px-4/6/10 responsive padding
- Hero grid stacks on mobile (grid-cols-1 → lg:grid-cols-2)
- Rutas flex wraps on mobile
- Footer stacks on mobile
- Fluid typography with clamp()
2026-07-13 12:57:58 +02:00

5 lines
229 B
Text

# CodeGraph data files — local to each machine, not for committing.
# Ignore everything in .codegraph/ except this file itself, so transient
# files (the database, daemon.pid, sockets, logs) never show up in git.
*
!.gitignore