skin/icons/ # Claves privadas - ¡NUNCA SUBIR! private-keys/ *.pem *.key *.p12 *.pfx *-credentials.json *.crx # Archivos de build dist/ *.xpi *.zip *.tar.gz # Dependencias Node.js node_modules/ package-lock.json yarn.lock # Archivos del editor .vscode/ .idea/ *.swp *.swo *~ # Sistema operativo .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes Thumbs.db Desktop.ini # Archivos temporales *.tmp *.log *.cache .cache/ # Logs y artifacts npm-debug.log* yarn-debug.log* yarn-error.log* web-ext-artifacts/ *-sign.log # Archivos de backup *.bak *.backup # Cobertura de tests coverage/ .nyc_output/ node_modules