Is your feature request related to a problem?
If we are deploying in a folder containing .git, the CLI will deploy all the files including .git directory.
Describe the solution you'd like
So to avoid unnecessary uploads, we should exclude .git folder and handle files/folder in .gitignore to avoid mistakes.
Additional context
No response