dirsigler / .template

Template repository to bootstrap new projects with common files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some useful files to have in the first commit to a repo.

  • .gitattributes: Sets line endings and merge settings to help keep things from getting out of hand
  • .gitignore: Created using gitignore.io, with some of the basics for cross-platform development teams
  • .editorconfig: As long as everyone has EditorConfig installed, this helps keep everyone in sync and try to fend off the tabs vs spaces war

About

Template repository to bootstrap new projects with common files.