# BigWigs packager config — https://github.com/BigWigsMods/packager/wiki/Preparing-the-PackageMeta-File
#
# The addon folder is the repo root, so package-as must match the folder name WoW expects.
package-as: PortalPro

# No embedded libraries, so there's nothing to strip for a nolib build.
enable-nolib-creation: no

manual-changelog:
  filename: CHANGELOG.md
  markup-type: markdown

# Development artifacts that shouldn't reach users. Media/licence is deliberately NOT
# ignored: the OFL requires font licences to ship alongside the fonts.
ignore:
  - .github
  - .gitignore
  - .luacheckrc
  - PLAN.md
  - IDEAS.md        # feature backlog, not user-facing docs
  - CURSEFORGE.md   # store listing copy, not user-facing docs
  - tools
  # The PNG source stays out of releases; WoW only reads the .tga next to it.
  - Media/images/0x29a.png
