-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfiletypes.xml
More file actions
21 lines (21 loc) · 925 Bytes
/
Copy pathfiletypes.xml
File metadata and controls
21 lines (21 loc) · 925 Bytes
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="18">
<extensionMap>
<mapping pattern="test" type="AUTO_DETECTED" />
<mapping pattern="apple_app_site_association" type="JSON" />
<mapping ext="makefile" type="Makefile" />
<mapping pattern=".keystore" type="PLAIN_TEXT" />
<mapping pattern=".env" type="PLAIN_TEXT" />
<mapping ext="pcm" type="PLAIN_TEXT" />
<mapping ext="m" type="PLAIN_TEXT" />
<mapping ext="plist" type="XML" />
<mapping ext="gpx" type="XML" />
<mapping ext="xcscheme" type="XML" />
<removed_mapping ext="apk" approved="true" type="ARCHIVE" />
<removed_mapping ext="psd" approved="true" type="Image" />
<removed_mapping pattern=".env" approved="true" type=".env file" />
<mapping ext="gradle.kts" type="Kotlin" />
<mapping ext="main.kts" type="Kotlin" />
</extensionMap>
</component>
</application>