-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfiletypes.xml
34 lines (34 loc) · 1.52 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
<application>
<component name="FileTypeManager" version="18">
<extensionMap>
<mapping ext="klib" type="ARCHIVE" />
<mapping pattern="erased-permissions" type="AUTO_DETECTED" />
<mapping pattern="CODEOWNERS" type="AUTO_DETECTED" />
<mapping pattern="json" type="PLAIN_TEXT" />
<mapping pattern=".github/workflows/build-test.yml" type="PLAIN_TEXT" />
<mapping pattern="LICENSE" type="PLAIN_TEXT" />
<mapping ext="latex" type="PLAIN_TEXT" />
<mapping ext="dat" type="PLAIN_TEXT" />
<mapping ext="jks" type="PLAIN_TEXT" />
<mapping ext="less" type="PLAIN_TEXT" />
<mapping ext="conf" type="PLAIN_TEXT" />
<mapping ext="j2" type="PLAIN_TEXT" />
<mapping ext="orgpad" type="PLAIN_TEXT" />
<mapping ext="cfg" type="PLAIN_TEXT" />
<mapping ext="cnf" type="PLAIN_TEXT" />
<removed_mapping ext="py" approved="true" type="PLAIN_TEXT" />
<removed_mapping ext="sh" approved="true" type="PLAIN_TEXT" />
<removed_mapping ext="yml" approved="true" type="PLAIN_TEXT" />
<mapping ext="fnc" type="DBN-PSQL" />
<mapping ext="pkb" type="DBN-PSQL" />
<mapping ext="pkg" type="DBN-PSQL" />
<mapping ext="pks" type="DBN-PSQL" />
<mapping ext="prc" type="DBN-PSQL" />
<mapping ext="tpb" type="DBN-PSQL" />
<mapping ext="tpe" type="DBN-PSQL" />
<mapping ext="tps" type="DBN-PSQL" />
<mapping ext="trg" type="DBN-PSQL" />
<mapping ext="vw" type="DBN-SQL" />
</extensionMap>
</component>
</application>