We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18e40cb commit beeb603Copy full SHA for beeb603
1 file changed
packages/cloudflare/src/cli/commands/migrate.ts
@@ -154,6 +154,7 @@ async function migrateCommand(args: { forceInstall: boolean }): Promise<void> {
154
# wrangler files
155
.wrangler
156
.dev.vars*
157
+!.dev.vars.example
158
`,
159
{
160
appendIf: (content) => !content.includes(".open-next"),
0 commit comments