Skip to main content
Post Made Community Wiki by bstpierre
Source Link
maple_shaft
  • 26.6k
  • 12
  • 60
  • 136

It is best to put just about everything under the sun into source control.

  • Code

  • Libraries

  • Resources

  • Build/Deploy Scripts

  • Database creation and update scripts

  • Certain documentation

  • Environment Specific Configuration Files

The only thing that shouldn't be put into source control are build artifacts for your project.