-
Notifications
You must be signed in to change notification settings - Fork 3
/
filetypes.xml
32 lines (32 loc) · 1.69 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
<application>
<component name="FileTypeManager" version="17">
<extensionMap>
<mapping ext="tfstate" type="JSON" />
<mapping pattern="test" type="PLAIN_TEXT" />
<mapping pattern=".buttplug" type="PLAIN_TEXT" />
<mapping pattern=".gitkeep" type="PLAIN_TEXT" />
<mapping pattern=".env_production" type="PLAIN_TEXT" />
<mapping pattern="post-checkout" type="PLAIN_TEXT" />
<mapping pattern="down" type="PLAIN_TEXT" />
<mapping ext="keep" type="PLAIN_TEXT" />
<mapping ext="stub" type="PLAIN_TEXT" />
<mapping ext="sqlite" type="PLAIN_TEXT" />
<mapping ext="jks" type="PLAIN_TEXT" />
<mapping ext="woff2" type="PLAIN_TEXT" />
<removed_mapping ext="cmd" approved="true" type="PLAIN_TEXT" />
<removed_mapping ext="log" approved="true" type="PLAIN_TEXT" />
<removed_mapping ext="bat" approved="true" type="PLAIN_TEXT" />
<mapping pattern=".tpl" type="Smarty" />
<removed_mapping pattern="Jenkinsfile" approved="true" type="PLAIN_TEXT" />
<removed_mapping pattern="Dockerfile" approved="true" type="PLAIN_TEXT" />
<removed_mapping ext="bat" approved="true" type="PLAIN_TEXT" />
<removed_mapping ext="erb" approved="true" type="PLAIN_TEXT" />
<removed_mapping ext="log" approved="true" type="PLAIN_TEXT" />
<removed_mapping ext="dockerfile" approved="true" type="textmate" />
<removed_mapping ext="makefile" approved="true" type="textmate" />
<removed_mapping ext="cmd" approved="true" type="PLAIN_TEXT" />
<removed_mapping ext="snakefile" approved="true" type="textmate" />
<mapping pattern="ignore" type="Git exclude file" />
</extensionMap>
</component>
</application>