realm / jazzy

Soulful docs for Swift & Objective-C
https://realm.io
MIT License
7.34k stars 412 forks source link

Can't exclude files generated during build. #1377

Closed clemens-unterkofler closed 8 months ago

clemens-unterkofler commented 8 months ago

jazzy version: 0.14.4

Neither of the following works to exclude generated files:

exclude:
  - "**/DerivedData/**"
  - "**/DerivedSources/CoreMLGenerated/**"
  - "**/explicitFilename.swift"

Symbols are still added to documentation, coverage and undocumented.json.

johnfairh commented 8 months ago

There are instructions and examples on the syntax for include/exclude here -- if you still can't get it working then will need more info on how you're running jazzy and what your filesystem structure looks like.

clemens-unterkofler commented 8 months ago

ok changing to - "/*/DerivedData*"

in the .jazzy.yaml file seemed to work