It was written up in 4.7 but never made the work order, which is exactly how it stayed dangerous in the first place. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
49 lines
580 B
Plaintext
49 lines
580 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# WRNexusJS and production builds
|
|
dist/
|
|
.wrnexus/
|
|
**/.wrnexus/
|
|
coverage/
|
|
|
|
# Environment files and local secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
!.env.*.example
|
|
|
|
# Logs and runtime files
|
|
*.log
|
|
logs/
|
|
*.pid
|
|
*.pid.lock
|
|
|
|
# Local databases
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
*.sqlite
|
|
*.sqlite3
|
|
uploads/
|
|
|
|
# Generated native projects
|
|
mobile/android/
|
|
mobile/ios/
|
|
mobile/.expo/
|
|
|
|
# Editors and operating systems
|
|
.idea/
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/extensions.json
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# TypeScript and test caches
|
|
*.tsbuildinfo
|
|
.eslintcache
|
|
.nyc_output/
|