40
.npmignore
Archivo normal
40
.npmignore
Archivo normal
@@ -0,0 +1,40 @@
|
||||
# Test files
|
||||
tests/
|
||||
*.test.js
|
||||
|
||||
# Development files
|
||||
.eslintrc*
|
||||
eslint.config.js
|
||||
jsconfig.json
|
||||
.git/
|
||||
.gitignore
|
||||
|
||||
# Documentation
|
||||
docs/
|
||||
CONTRIBUTING.md
|
||||
CHANGELOG.md
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Audio test files
|
||||
*.mp3
|
||||
*.wav
|
||||
*.flac
|
||||
*.ogg
|
||||
*.m4a
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.temp
|
||||
.tmp/
|
||||
tmp/
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Referencia en una nueva incidencia
Block a user