My project has a folder called 'images', its content depends on user uploads, so the content from the development environment is different of the production one.
When a commit is merged and deployed to the host via git, it automatically deletes all the content in the production. I tried using .gitignore with images/* to ignore all the content, but the git interpreters as if the content was deleted.