initial commit

Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2025-12-12 22:13:54 +01:00
commit 0c913a770f
Se han modificado 18 ficheros con 3334 adiciones y 0 borrados

56
.gitignore vendido Archivo normal
Ver fichero

@@ -0,0 +1,56 @@
# Dependencies
node_modules/
# Build output
dist/
build/
# Temporary files
*.tmp
*.temp
.tmp/
tmp/
# OS files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Test coverage
coverage/
.nyc_output/
# Environment files
.env
.env.local
.env.*.local
# Audio test files (to avoid large files in repo)
*.mp3
*.wav
*.flac
*.ogg
*.m4a
!tests/fixtures/*.mp3
# Package lock files (optional - uncomment if you want to ignore)
# package-lock.json
# yarn.lock