mirror of
https://github.com/Nezumi-2711/9router-config-generate.git
synced 2026-09-22 20:00:47 +00:00
Adds wrangler.jsonc for static asset hosting and wrangler as a dev dependency so the repo is ready to connect via Cloudflare's Workers Builds Git integration. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
28 lines
308 B
Plaintext
28 lines
308 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Cloudflare Workers local dev/deploy state
|
|
.wrangler
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|