icfnext / storybook-aem

MIT License
10 stars 4 forks source link

Package export includes files that change depending on user's local aem #25

Open jzeltman opened 4 years ago

jzeltman commented 4 years ago

There are files included in the package that is exported from aem that aren't needed for the storybook library. If these files are to be included, they will overwrite the user's local aem, with potentially unexpected and harmful results. We should find a way to only include the files that are pertinent to the storybook library, and exclude the parent files, as those files could be different on each person's local instance.

jzeltman commented 4 years ago

After some testing, we found that gitignore-ing the folder level .content.xml files for the ancestor folders of the storybook content library is an effective solution