42 lines
505 B
Plaintext
42 lines
505 B
Plaintext
# Dependencias
|
|
node_modules/
|
|
jspm_packages/
|
|
|
|
# Compilación y Distribución
|
|
dist/
|
|
lib-cov/
|
|
coverage/
|
|
*.lcov
|
|
.cache/
|
|
.parcel-cache/
|
|
.turbo/
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
|
|
# Entornos (Variables sensibles)
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Editores y Sistema
|
|
.DS_Store
|
|
Thumbs.db
|
|
.vscode/
|
|
!.vscode/extensions.json
|
|
.idea/
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# Tests y herramientas
|
|
.nyc_output
|
|
.eslintcache
|
|
.stylelintcache |