How to best host fonts in AEM?
Hey guys,
We received Libre Franklin fonts (.ttf) files which we want to include in our codebase.
I am trying to add them to path - ui.apps/src/main/content/jcr_root/apps/project/clientlibs/clientlib-site/resources but get the below prompt -
The following paths are ignored by one of your .gitignore files:
ui.apps/src/main/content/jcr_root/apps/project/clientlibs/clientlib-site
hint: Use -f if you really want to add them.
hint: Turn this message off by running
hint: "git config advice.addIgnoredFile false"
Should I change my gitignore config or move it at some other location?
