51 lines
649 B
Plaintext
51 lines
649 B
Plaintext
# JavaScript dependencies and package-manager caches
|
|
node_modules/
|
|
.pnpm-store/
|
|
|
|
# Build and compiler output
|
|
dist/
|
|
build/
|
|
.build/
|
|
.vite/
|
|
*.tsbuildinfo
|
|
|
|
# Test and verification output
|
|
coverage/
|
|
artifacts/
|
|
playwright-report/
|
|
test-results/
|
|
.playwright/
|
|
|
|
# .NET and Visual Studio output
|
|
bin/
|
|
obj/
|
|
.vs/
|
|
*.user
|
|
*.suo
|
|
|
|
# Dada runtime data (must remain outside source control)
|
|
LocalDataRoot/
|
|
.dada-local/
|
|
*.sqlite
|
|
*.sqlite-shm
|
|
*.sqlite-wal
|
|
*.db
|
|
*.log
|
|
logs/
|
|
staging/
|
|
|
|
# Credentials and machine-local configuration
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
*.local
|
|
secrets/
|
|
credentials/
|
|
|
|
# Editor and operating-system metadata
|
|
.idea/
|
|
.vscode/
|
|
.DS_Store
|
|
Thumbs.db
|
|
Desktop.ini
|