-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathfiletypes.xml
More file actions
21 lines (21 loc) · 1.08 KB
/
filetypes.xml
File metadata and controls
21 lines (21 loc) · 1.08 KB
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">
<ignoreFiles list="*.orig;*.pyc;*.pyo;*.rbc;*~;.DS_Store;.git;.hg;.svn;CVS;RCS;SCCS;__pycache__;_svn;rcs;vssver.scc;vssver2.scc" />
<extensionMap>
<mapping pattern="dreams" type="PLAIN_TEXT" />
<mapping pattern="trigram" type="PLAIN_TEXT" />
<mapping pattern="smtpgreeting" type="PLAIN_TEXT" />
<mapping pattern=".browserslistrc" type="PLAIN_TEXT" />
<mapping pattern="README" type="PLAIN_TEXT" />
<mapping pattern=".title" type="PLAIN_TEXT" />
<mapping ext="ru" type="PLAIN_TEXT" />
<mapping ext="wasm" type="PLAIN_TEXT" />
<mapping ext="xt" type="PLAIN_TEXT" />
<removed_mapping ext="bat" approved="true" type="PLAIN_TEXT" />
<removed_mapping ext="cmd" approved="true" type="PLAIN_TEXT" />
<removed_mapping ext="log" approved="true" type="PLAIN_TEXT" />
<removed_mapping ext="properties" approved="true" type="PLAIN_TEXT" />
<removed_mapping pattern=".hgignore" approved="true" type="HgIgnore file" />
</extensionMap>
</component>
</application>