Skip to content

Commit 89d88a8

Browse files
committed
fix: avatar en repo y CI build corregido
1 parent 59f90e1 commit 89d88a8

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

.gitignore

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,14 @@ docs/
3131
# Claude Code config local
3232
.claude/
3333
SKILLS.md
34+
.omc/
3435

35-
# Avatar del dev (imagen personal, no va al repo)
36-
public/dev-avatar.jpg
37-
src/lib/devAvatar.ts
36+
37+
# Avatar del dev — imagen y módulo ahora van al repo (ver public/dev-avatar.jpg)
38+
39+
# Variables de entorno (nunca al repo)
40+
.env
41+
.env.*
3842

3943
# Temporales y binarios locales
4044
.tmp/

public/dev-avatar.jpg

60.7 KB
Loading

src/lib/devAvatar.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export const DEV_AVATAR = "/dev-avatar.jpg";

0 commit comments

Comments
 (0)