Every time I set up new project I have the same problem, but now It's time to do this right.
In my .gitignore I have paths like this:
/assets/css/*
/assets/images/*
/assets/js/*
/system/cache/*
...etc.
Now when creating and pushing to repository those paths are missing, so for example, there is no images, css, js folder in repository and when I pull the repository from other computer those files/folders are missing and the system doesn't work.
I would like to achive that those paths are on repository but it's files are ignored.
Any suggestion on how to start this repository would be more than welcome.
Cheers