Can .penpot file be checked into VCS?

Looking forward to this!

I understand the plausibility for many (developer) teams to check in content to .git
However, git’s focus is clearly on text-based code and it is made for developers (and even many developers have trouble with using it well).

There are jokes about the many files that designers keep around and distinguish with ad-hoc naming schemes. However, this method has advantanges in practice: One can easily open several files at the same moment, compare, show to others, print, copy content between them without a lot of effort, just by the virtue of knowing your OS file manager (and that not even well); a practice that I find myself even doing with code and struggle to do efficiently with using git.

1 Like