
# Mark some files as being "Generated" so they are not loaded by default in GitHub PRs
/Sources/TestUtils/Fixtures/Generated/** linguist-generated
/Sources/TestUtils/Fixtures/StencilContexts/** linguist-generated
/Sources/TestUtils/Fixtures/Generated/**/compilation-configuration.yml -linguist-generated

# Mark some files which are not really part of SwiftGen's codebase as "not detectable by linguist", so they are not counted in the repo's languages stats
Rakefile -linguist-detectable
rakelib/** -linguist-detectable
/Scripts/** -linguist-detectable
/Sources/TestUtils/Fixtures/**  -linguist-detectable
