From 7faf1ecd9763c78f375c8ee046e8c527937537cb Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Fri, 20 Nov 2020 18:06:52 -0500 Subject: [PATCH] add better comment to gitignore --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6a124f0..9c2d087 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,9 @@ +# Ignore the Content/ directory because it is a separate (private) repo. +Content/ + ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. -Content/ - # User-specific files *.suo *.user