1
0
mirror of https://github.com/flarum/core.git synced 2025-07-17 14:51:19 +02:00

Mark JS dist folder as generated code (#2828)

This excludes it from the repo's language stats and are suppressed in Linguist diffs.

See: https://github.com/github/linguist/blob/master/docs/overrides.md#generated-code
This commit is contained in:
David Wheatley
2021-05-04 18:13:42 +01:00
committed by GitHub
parent 02d9033349
commit a7f98f54fa

View File

@@ -11,5 +11,6 @@ phpunit.xml export-ignore
tests export-ignore
js/dist/* -diff
js/dist/* linguist-generated
* text=auto eol=lf