khellang / MimeTypes

A simple lookup from file name/extension to MIME/media type, generated from mime-db, which in turn is compiled from IANA, Apache and nginx's MIME types.
Apache License 2.0
93 stars 23 forks source link

Added `ifc` mime types #27

Closed BalintBende closed 4 months ago

BalintBende commented 4 months ago

Description

PR includes the extension of the MimeTypes with the IFC (Industry Foundation Classes) formats:

https://technical.buildingsmart.org/standards/ifc/ifc-formats/

khellang commented 4 months ago

Hey @BalintBende! 👋🏻

Thanks for the contribution! Unfortunately, the file you've edited is generated based on metadata from https://github.com/jshttp/mime-db. If you want to include these file types, you should create a PR for that repo instead. Once it's been updated, we can regenerate this file and publish a new version - otherwise they will just disappear the next time the file is generated.

BalintBende commented 4 months ago

Hey @khellang, Thanks very much for your answer. Absolutely clear! I will do that you suggested. Cheers, Balint