30 lines
300 B
Plaintext
30 lines
300 B
Plaintext
# Dependencias
|
|
node_modules/
|
|
package-lock.json
|
|
|
|
# Archivos temporales de generación
|
|
.temp-generated/
|
|
temp-generated/
|
|
dist/
|
|
|
|
# Reportes
|
|
generation-report.json
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Sistema operativo
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Output de prueba
|
|
test-output/
|