chore: establish frozen P0-A baseline
This commit is contained in:
+50
@@ -0,0 +1,50 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user