Skip to main content

Overview

Steps

Update .gitignore File

If you are using CI/CD for your deployments, you will need to add the following rules to your .gitignore file:
!CMS/App_Data/CMSModules/CMSInstallation/Packages/*
CMS/App_Data/CMSModules/CMSInstallation/Packages/Installed


This ensures that the Toolkit modules are properly installed on your site(s) after deploying.