-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfiletypes.xml
21 lines (21 loc) · 1.04 KB
/
filetypes.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<application>
<component name="FileTypeManager" version="18">
<extensionMap>
<mapping pattern="_builderFields.scss" type="AUTO_DETECTED" />
<mapping pattern="plan-store" type="JavaScript" />
<mapping ext="space.kts" type="Kotlin" />
<mapping ext="gradle.kts" type="Kotlin" />
<mapping ext="main.kts" type="Kotlin" />
<mapping ext="chtml" type="PLAIN_TEXT" />
<mapping pattern=".travis.yml.bak" type="YAML" />
<removed_mapping ext="apk" approved="true" type="ARCHIVE" />
<removed_mapping ext="bat" approved="true" type="PLAIN_TEXT" />
<removed_mapping ext="cmd" approved="true" type="PLAIN_TEXT" />
<removed_mapping ext="dockerfile" approved="true" type="textmate" />
<removed_mapping ext="log" approved="true" type="PLAIN_TEXT" />
<removed_mapping ext="makefile" approved="true" type="textmate" />
<removed_mapping ext="psd" approved="true" type="Image" />
<removed_mapping ext="snakefile" approved="true" type="textmate" />
</extensionMap>
</component>
</application>