storkit: create 365_story_surface_api_rate_limit_warnings_in_chat
This commit is contained in:
46
.gitignore
vendored
46
.gitignore
vendored
@@ -1,46 +0,0 @@
|
||||
# Claude Code
|
||||
.claude/settings.local.json
|
||||
.mcp.json
|
||||
|
||||
# Local environment (secrets)
|
||||
.env
|
||||
|
||||
# App specific (root-level; storkit subdirectory patterns live in .storkit/.gitignore)
|
||||
store.json
|
||||
.storkit_port
|
||||
|
||||
# Rust stuff
|
||||
target
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
lerna-debug.log*
|
||||
|
||||
node_modules
|
||||
frontend/node_modules
|
||||
frontend/dist
|
||||
frontend/dist-ssr
|
||||
frontend/test-results
|
||||
frontend/serve
|
||||
frontend/*.local
|
||||
server/target
|
||||
|
||||
# Editor directories and files
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
.idea
|
||||
.DS_Store
|
||||
|
||||
# Vite/Vitest cache
|
||||
.vite/
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
/test-results/.last-run.json
|
||||
Reference in New Issue
Block a user