-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfiletypes.xml
19 lines (19 loc) · 965 Bytes
/
filetypes.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<application>
<component name="FileTypeManager" version="18">
<extensionMap>
<mapping pattern=".gitflow" type="PLAIN_TEXT" />
<mapping pattern=".env.local" type="PLAIN_TEXT" />
<mapping pattern="combodo-cloud-client2" type="PLAIN_TEXT" />
<mapping pattern=".gitbugtraq" type="PLAIN_TEXT" />
<mapping pattern=".gitkeep" type="PLAIN_TEXT" />
<mapping ext="eml" type="PLAIN_TEXT" />
<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="snakefile" approved="true" type="textmate" />
<mapping pattern=".gitignore_global" type="Git file" />
</extensionMap>
</component>
</application>