What files in `files` to include/exclude from version control
PermalinkI'm writing some automated backup scripts to monitor live changes and push them into version control and I'm wondering what files under the `files` directory I can ignore.
I need to include all files that would are required to checkout the system from scratch (with a synchronised db snapshot of course) and have the system run.
Currently I'm looked to exclude the following from the VCS.
files/backups (I have versioned db backups elsewhere and don't need these)
files/cache
files/tmp
files/trash
files/incoming
Does anyone know if ignoring any of these is going to be and issue?
Thanks & cheers
