Problem Statement
What should typically be excluded from version control when deploying a PHP app?
Explanation
The .env file contains sensitive information like API keys and database credentials. It should never be shared or committed to version control.
Practice Sets
This question appears in the following practice sets:
