This commit is contained in:
Lizandro Guarnizo
2026-01-22 10:33:16 -05:00
parent d6e50b2a98
commit 99bedaa5a6
88 changed files with 184 additions and 8549 deletions
+20
View File
@@ -0,0 +1,20 @@
# Ignorar archivos de desarrollo y pruebas
/dev/
/tmp/
/tests/
# Ignorar credenciales y entornos
.env
CREDENCIALES_BASICO.txt
# Logs y temporales
*.log
*.cache
*.pid
# Composer / Node
vendor/
node_modules/
# MacOS
.DS_Store