-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathfiletypes.xml
36 lines (36 loc) · 1.9 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
26
27
28
29
30
31
32
33
34
35
36
<application>
<component name="FileTypeManager" version="18">
<extensionMap>
<mapping pattern="*.conf.example" type="HOCON" />
<mapping ext="space.kts" type="Kotlin" />
<mapping ext="gradle.kts" type="Kotlin" />
<mapping ext="main.kts" type="Kotlin" />
<mapping pattern=".sbtopts" type="PLAIN_TEXT" />
<mapping pattern=".jvmopts" type="PLAIN_TEXT" />
<mapping pattern="2019-07-18" type="PLAIN_TEXT" />
<mapping pattern="in" type="PLAIN_TEXT" />
<mapping pattern=".sbtOpt" type="PLAIN_TEXT" />
<mapping pattern=".toDelete" type="PLAIN_TEXT" />
<mapping pattern="example" type="PLAIN_TEXT" />
<mapping pattern="graphql" type="PLAIN_TEXT" />
<mapping ext="macaroon" type="PLAIN_TEXT" />
<mapping ext="3a" type="PLAIN_TEXT" />
<mapping ext="cert" type="PLAIN_TEXT" />
<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="csv" approved="true" type="CSV/TSV" />
<removed_mapping ext="csv" approved="true" type="MyNative" />
<removed_mapping ext="dockerfile" approved="true" type="textmate" />
<removed_mapping ext="log" approved="true" type="Catdea" />
<removed_mapping ext="makefile" approved="true" type="textmate" />
<removed_mapping ext="psd" approved="true" type="Image" />
<removed_mapping ext="snakefile" approved="true" type="textmate" />
<removed_mapping ext="tsv" approved="true" type="CSV/TSV" />
<removed_mapping ext="xls" approved="true" type="Native" />
<removed_mapping ext="xlsx" approved="true" type="Native" />
<removed_mapping pattern=".env" approved="true" type="Env File" />
<removed_mapping pattern=".log" approved="true" type="Catdea" />
</extensionMap>
</component>
</application>