Jeopardy MVP is ready
This commit is contained in:
23
.gitignore
vendored
23
.gitignore
vendored
@@ -50,11 +50,34 @@ pnpm-debug.log*
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
*.code-workspace
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/extensions.json
|
||||
|
||||
# Testing
|
||||
coverage
|
||||
.nyc_output
|
||||
|
||||
# Security - never commit these
|
||||
*.pem
|
||||
*.key
|
||||
*.cert
|
||||
*.p12
|
||||
secrets.*
|
||||
|
||||
# Database files
|
||||
*.db
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
|
||||
# AI/Editor state
|
||||
.windsurfrules
|
||||
.cursor
|
||||
.aider*
|
||||
.continue
|
||||
|
||||
# Misc
|
||||
*.local
|
||||
.history
|
||||
*.bak
|
||||
*.tmp
|
||||
|
||||
Reference in New Issue
Block a user