diff --git a/packages/cli/src/Init.ts b/packages/cli/src/Init.ts index 352fced6a2f3..d29d70d861a7 100644 --- a/packages/cli/src/Init.ts +++ b/packages/cli/src/Init.ts @@ -262,7 +262,7 @@ export class Init implements Command { warnings.push( `${chalk.yellow( 'warn', - )} You already have a .gitignore. Don't forget to exclude .env to not commit any secret.`, + )} You already have a .gitignore file. Don't forget to add \`.env\` in it to not commit any private information.`, ) } else { console.error('Failed to write .gitignore file, reason: ', e)