feat: rediseño UI completo + infra email + stats + fixes seguridad
This commit is contained in:
parent
24401c0ee5
commit
d49da56e87
1 changed files with 14 additions and 0 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
|
@ -1,3 +1,17 @@
|
||||||
node_modules/
|
node_modules/
|
||||||
.env
|
.env
|
||||||
|
.env.*
|
||||||
.claude/
|
.claude/
|
||||||
|
|
||||||
|
# Datos de uso (stats anónimas — no necesitan versionarse)
|
||||||
|
api/data/
|
||||||
|
|
||||||
|
# Logs
|
||||||
|
*.log
|
||||||
|
logs/
|
||||||
|
|
||||||
|
# Claves privadas si acabaran aquí por error
|
||||||
|
*.key
|
||||||
|
*.pem
|
||||||
|
*.p12
|
||||||
|
sasl_passwd*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue