49 lines
No EOL
561 B
Text
49 lines
No EOL
561 B
Text
#Dipendenze
|
|
node_modules/
|
|
|
|
# Build TypeScript
|
|
dist/
|
|
*.tsbuildinfo
|
|
|
|
# Variabili d'ambiente( credenziali DB, PORT, ecc.)
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Log
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Test / coverage (utile se aggiungi Jest o simili)
|
|
coverage/
|
|
.nyc_output/
|
|
# Cache runtime
|
|
.cache/
|
|
|
|
# Editor
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
!.vscode/settings.json
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Sistema operativo
|
|
.DS_Store
|
|
Thumbs.db
|
|
Desktop.ini
|
|
|
|
# Windows / Visual Studio
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# File temporanei
|
|
*.tmp
|
|
*.temp |