From a5b95731a16633249ddd0d34b7ce11f79ef2022b Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Sun, 29 Nov 2020 07:17:05 -0600 Subject: [PATCH] Ignore scratch directory This is used to store local scratch notes, files that are not intended to be included in the repo. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 93173a4e..c18926ec 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,6 @@ GH_TOKEN.txt # Ignore Visual Studio Code workspace-level settings /.vscode/settings.json + +# Ignore local "scratch" notes, temporary files, etc. +/scratch