-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfiletypes.xml
21 lines (21 loc) · 919 Bytes
/
filetypes.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<application>
<component name="FileTypeManager" version="17">
<extensionMap>
<mapping pattern=".gitignore_global" type="Git file" />
<mapping ext="json-override" type="JSON" />
<mapping pattern="xxx" type="PLAIN_TEXT" />
<mapping pattern="models" type="PLAIN_TEXT" />
<mapping pattern="reducers" type="PLAIN_TEXT" />
<mapping pattern=".npmrc" type="PLAIN_TEXT" />
<mapping pattern=".gitattributes" type="PLAIN_TEXT" />
<mapping pattern=".editorconfig" type="PLAIN_TEXT" />
<mapping ext="xcconfig-release-prod" type="PLAIN_TEXT" />
<mapping ext="swift" type="PLAIN_TEXT" />
<mapping ext="xcconfig" type="PLAIN_TEXT" />
<mapping ext="woff" type="PLAIN_TEXT" />
<mapping pattern="Podfile" type="Ruby" />
<mapping ext="podspec" type="Ruby" />
<mapping ext="plist" type="XML" />
</extensionMap>
</component>
</application>