-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfiletypes.xml
22 lines (22 loc) · 962 Bytes
/
filetypes.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<application>
<component name="FileTypeManager" version="17">
<extensionMap>
<mapping ext="har" type="JSON" />
<mapping pattern="syslog" type="PLAIN_TEXT" />
<mapping pattern=".gitattributes" type="PLAIN_TEXT" />
<mapping pattern="debug_log" type="PLAIN_TEXT" />
<mapping pattern=".env_prod" type="PLAIN_TEXT" />
<mapping pattern="dbus" type="PLAIN_TEXT" />
<mapping pattern="yii" type="PLAIN_TEXT" />
<mapping pattern="query_log" type="PLAIN_TEXT" />
<mapping pattern="Vagrantfile" type="PLAIN_TEXT" />
<mapping pattern="vagrant" type="PLAIN_TEXT" />
<mapping pattern=".env_local" type="PLAIN_TEXT" />
<mapping ext="cnf" type="PLAIN_TEXT" />
<mapping ext="out" type="PLAIN_TEXT" />
<mapping ext="err" type="PLAIN_TEXT" />
<mapping ext="properties" type="PLAIN_TEXT" />
<mapping ext="woff" type="PLAIN_TEXT" />
</extensionMap>
</component>
</application>