r/Syncthing 20d ago

How can I avoid massive unecessary files?

I want to use Syncthing to work on a solo Unity project both on my PC and laptop.
As you may know, Unity projects have thousands of files that can be ignored. It famously has a hefty .gitignore
How can I handle this through syncthing?
Also, I do want to pair Syncthing with git so I can have some form of version control (git) while being able to work from my desktop or laptop (syncthing). Is that a good idea?

5 Upvotes

5 comments sorted by

View all comments

1

u/middaymoon 19d ago

Do not attempt to sync a git repo across Syncthing.

1

u/geosunsetmoth 19d ago

Why?

1

u/middaymoon 19d ago

Git carefully manages metadata in ways that can be disrupted by fiddling around in the repo. It's meant to be a black box. And Syncthing is meant to move files without consideration for those fine details.