Since not so long I started to work with git and I start to love it as I work in small teams as well.
Now I would like to push
one of my projects with kind a large amount (13gb) of uploaded data.
As I don't need to have this data I am wondering how to push my code without the contents in my upload directory.
I've read documentation about how to init and push existing code but they write not to use the .gitignore
file.
How do I push my code without the data from uploads/* in the right way?
Thank you in advance