forked from akalongman/phpstorm-settings
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfiletypes.xml
More file actions
17 lines (17 loc) · 717 Bytes
/
filetypes.xml
File metadata and controls
17 lines (17 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<application>
<component name="FileTypeManager" version="17">
<extensionMap>
<mapping pattern="composer" type="PHP" />
<mapping pattern="tasker" type="PLAIN_TEXT" />
<mapping pattern=".npmrc" type="PLAIN_TEXT" />
<mapping pattern=".env" type="PLAIN_TEXT" />
<mapping pattern=".gitkeep" type="PLAIN_TEXT" />
<mapping pattern="LICENSE" type="PLAIN_TEXT" />
<mapping pattern="config" type="PLAIN_TEXT" />
<mapping pattern=".editorconfig" type="PLAIN_TEXT" />
<mapping pattern="tasker.sh" type="PLAIN_TEXT" />
<mapping ext="script" type="PLAIN_TEXT" />
<mapping ext="2016-08-03" type="PLAIN_TEXT" />
</extensionMap>
</component>
</application>