In my Git repository, for security reasons, I do not have the .env file; however, in the production environment, this file already exists at the root and is configured (and it's not versioned). My goal is that when I deploy to Cloudways, this production file is retained, and I don't have to reconfigure it again with each deployment.
However, when I perform the pull via Cloudways, this production file gets deleted. How can I prevent Git from deleting it?