Sure, I’ve synchronized the project now!
Fyi, I used the command line (Terminal) to find them:
mathiaswesterdahl ~/work/projects/88.josh/main (master)
$ find . -iname "._*.*"
./beep/._modemconnect.wav
./images/._griddy2.png
...
I’m not sure where to start actually, when learning bash, if there are any good tutorials or not (any of our users know?).
It’s a really good tool to know how to use. E.g finding files, renaming files, running multiple things one after another (e.g. build scripts), are all things that one will encounter when doing game development.
Although one would like the tools to be perfect, it’s usually the case that one wants to do something extra specific, that the tools won’t support. Then bash comes in handy.