Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 321 Bytes

002-clean-gitignore.md

File metadata and controls

8 lines (6 loc) · 321 Bytes

ADR 002: Clean .gitignore file

A .gitignore file in a project must only cover the artifacts caused by the contained source code and not those caused by the personal choice of editor or the environment of a developer.

This is explained in detail here.