Skip to content

Commit

Permalink
chore(init): change wording for existing .gitignore warning (#13926)
Browse files Browse the repository at this point in the history
Co-authored-by: Joël Galeran <Jolg42@users.noreply.github.com>
  • Loading branch information
givensuman and Jolg42 committed Jun 22, 2022
1 parent bb563d6 commit 36285c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/Init.ts
Expand Up @@ -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)
Expand Down

0 comments on commit 36285c8

Please sign in to comment.