You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
There's no .gitignore file added to the root of new composer projects. This results in the projects appsettings.json being checked in by default. That file can contain access tokens and authoring keys which makes checking it in a security risk. We should add a default .gitignore file to the root of the project that prevents this file from being checked in.