I’m setting up my server to use git instead of filezilla. On my first commit I’ll need to push everything up to github - HUGE file but that isn’t really the problem.
When I want to clone the repository (or download it to other computers), I’ll be downloading the server and the HUGE cache/ directory. Can I safely remove it? Are there parts that I need to keep?
I’m on QBCore and my project structure looks like below:
Interesting. I don’t actually have a .gitingnore file. I initialized my repo with git init from the QBFramework_x/ directory.
What default server-data are you talking about? Is this the directory that lives under resources/ called [cfx-default] ?
Or is the default server-data something that lives outside of the QBFramework/ directory? If so, maybe I’ll re-push my project from a couple directories out.