Skip to content

Commit

Permalink
added auth.json to .gitignore list for preset
Browse files Browse the repository at this point in the history
  • Loading branch information
ronyu21 committed Jul 26, 2021
1 parent 28f0c8a commit 2d78af0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Preset.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ class Preset extends BasePreset

const GITIGNORES = [
'.DS_Store',
'.php-cs-fixer.cache'
'.php-cs-fixer.cache',
'auth.json',
];

public static function install()
Expand Down

0 comments on commit 2d78af0

Please sign in to comment.