This repository follows structure defined by ADR-102.
<root>
├───.github
├───docs
├───source
├───.gitignore
├───.editorconfig
├───.gitignore
├───README.md
└───wordlist.txt
Contains:
.gitignore
file that defines which files should be ignored (not checked in) by Git..editorconfig
file that defines coding styles for different editors and IDEs.README.md
file that gives an introduction to this repository.wordlist.txt
file used for markdown spell checking.
Contains notes and documentation stored in *.md
files.
Contains source code.