fix: repo standards audit — fix all divergences (closes #17) #18

Fusionado
sneak fusionados 10 commits de fix/repo-standards-audit en main 2026-02-27 05:10:00 +01:00
Se han modificado 2 ficheros con 30 adiciones y 5 borrados
Mostrando solo los cambios del commit fc91dc37c0 - Mostrar todos los commits
+3 -2
Ver fichero
@@ -1,8 +1,9 @@
.git
node_modules
.DS_Store
bin/
chatd
data.db
.env
.git
*.test
*.out
debug.log
+27 -3
Ver fichero
@@ -1,7 +1,28 @@
# OS
.DS_Store
Thumbs.db
# Editors
*.swp
*.swo
*~
*.bak
.idea/
.vscode/
*.sublime-*
# Node
node_modules/
# Environment / secrets
.env
.env.*
*.pem
*.key
# Build artifacts
/chatd
/bin/
data.db
.env
*.exe
*.dll
*.so
@@ -9,6 +30,9 @@ data.db
*.test
*.out
vendor/
# Project
data.db
debug.log
web/node_modules/
chat-cli
web/node_modules/