Skip to content

Commit

Permalink
chore: update .gitignore to include auth.json
Browse files Browse the repository at this point in the history
Added `auth.json` to the `.gitignore` file to prevent sensitive authentication details from being accidentally committed. This ensures better security and aligns with best practices for managing sensitive files.
  • Loading branch information
abordage committed Jan 11, 2025
1 parent fe35f05 commit fdee9be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ phpstan.neon
phpunit.xml
testbench.yaml
/package-lock.json
/auth.json

0 comments on commit fdee9be

Please sign in to comment.