From 7560b99c27f163ba5cf506e7d73d6af869c9bbd3 Mon Sep 17 00:00:00 2001 From: Spencer Smith <smiths@mcmaster.ca> Date: Sun, 27 Sep 2020 22:08:12 -0400 Subject: [PATCH] Addition to writing checklist (more detail on .gitignore and hidden files) --- BlankProjectTemplate/docs/Writing-Checklist.tex | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/BlankProjectTemplate/docs/Writing-Checklist.tex b/BlankProjectTemplate/docs/Writing-Checklist.tex index 3927220..65628be 100644 --- a/BlankProjectTemplate/docs/Writing-Checklist.tex +++ b/BlankProjectTemplate/docs/Writing-Checklist.tex @@ -80,8 +80,10 @@ \item Symbols used outside of a formula should be formatted the same way as they are in the equation. For instance, when listing the variables in an equation, you should still use math mode for the symbols. - \item Include a .gitignore file in your repo so that generated files are - ignored by git + \item Include a \texttt{.gitignore} file in your repo so that generated files + are ignored by git. More information is available on-line on + \href{https://en.wikipedia.org/wiki/Hidden_file_and_hidden_directory} + {Hidden files and hidden directories}. \item All hyperlinks work \item Every figure has a caption \item Every table has a heading -- GitLab