Skip to content

Files

Latest commit

 

History

History
18 lines (12 loc) · 537 Bytes

files.md

File metadata and controls

18 lines (12 loc) · 537 Bytes

File structure and organization

Git-ignore'd files

Developer-specific configuration files should be git-ignored globally, e.g.:

  • .ruby-version
  • .ruby-gemset
  • docker-compose.override.yml

Project-specific configuration files should be git-ignored locally (i.e. per project), e.g.:

  • config/database.yml