I created a new project in NetBeans and downloaded the files from a remote server.
Syncing is automatic so if I delete a local file in my NetBeans project it also deletes the same file on the remote server.
Normally this is good, however some of the files are temporary, logs, for cache, and other things of that nature. I do not want local copies of these, but do not want to delete from the remote server.
I do not see an option to delete them locally only, nor do I see any way to temporarily turn of syncing. I thought about just disconnecting from the Internet then deleting them so it can't sync, but it most likely will once the connection is back.
How can I delete them locally without deleting them on the next remote server?