-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfiletypes.xml
25 lines (25 loc) · 1.08 KB
/
filetypes.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<application>
<component name="FileTypeManager" version="18">
<extensionMap>
<mapping ext="webp_" type="AUTO_DETECTED" />
<mapping ext="jwks" type="JSON" />
<mapping ext="jks" type="JSON" />
<mapping ext="space.kts" type="Kotlin" />
<mapping ext="gradle.kts" type="Kotlin" />
<mapping ext="main.kts" type="Kotlin" />
<mapping pattern=".keep" type="PLAIN_TEXT" />
<mapping ext="woff2" type="PLAIN_TEXT" />
<mapping ext="ttf" type="PLAIN_TEXT" />
<mapping ext="otf" type="PLAIN_TEXT" />
<mapping ext="mc" type="PLAIN_TEXT" />
<mapping ext="woff" type="PLAIN_TEXT" />
<mapping ext="pem" type="PLAIN_TEXT" />
<mapping ext="p12" type="PLAIN_TEXT" />
<mapping ext="gql" type="PLAIN_TEXT" />
<removed_mapping ext="csv" approved="true" type="CSV" />
<removed_mapping ext="ignore" approved="true" type="IgnoreLang file" />
<removed_mapping ext="jwks" approved="true" type="PLAIN_TEXT" />
<removed_mapping ext="tsv" approved="true" type="TSV" />
</extensionMap>
</component>
</application>