Hi,
i try to find the recommended place to create the customization folder if i want to use shadowing of the Volto core package. In my project i tried to change the footer which is located in
frontend/core/packages/volto/src/components/theme/Footer/Footer.jsx
I understood i have to create a new file using shadowing at this location
frontend/core/packages/volto/src/customizations/components/theme/Footer/Footer.jsx
As long core is excluded in .gitignore my customizations will not be pushed to git. I can ensure the customizations folder will be included or i selected the wrong location to store my customizations. What's the official location for this files?