Version Control and Strapi

I mean it comes with gitignore which exlucdes most things that should not be there.
So out of the box,

  • git init
  • git remote add origin XYZ
  • git add .
  • git commit -m "init commit
  • git push

As simple as that. Out of the box source control. :slightly_smiling_face:
Of course if you start add other things to it you can build your gitignore around that.