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