From b911ed7ea923e2677acca399178cf373044750fa Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Fri, 17 Mar 2023 23:18:20 -0600 Subject: [PATCH] add comment to .gitignore --- templates/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/.gitignore b/templates/.gitignore index 0374790..f59e0fa 100644 --- a/templates/.gitignore +++ b/templates/.gitignore @@ -1 +1,4 @@ +# Cache library files should be ignored here but not in the template directory +# This will prevent the template from accumulating clutter however will still allow derived projects to commit the cache libraries +# This may not be the desired behavior... **/*-cache \ No newline at end of file