Within the SDK itself we're not reading anything from an .env file, but the repo still has an example file that's referenced in the CONTRIBUTING.md file.
Solution
Remove .env.example and update the section about setting up your environment in the CONTRIBUTING.md file.
Type of Change
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Problem
Within the SDK itself we're not reading anything from an
.env
file, but the repo still has an example file that's referenced in theCONTRIBUTING.md
file.Solution
Remove
.env.example
and update the section about setting up your environment in theCONTRIBUTING.md
file.Type of Change
Test Plan
N/A