-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfiletypes.xml
23 lines (23 loc) · 1.1 KB
/
filetypes.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<application>
<component name="FileTypeManager" version="17">
<ignoreFiles list="*$py.class;*.hprof;*.pyc;*.pyo;*.rbc;*~;.DS_Store;.git;.hg;.svn;CVS;RCS;SCCS;__pycache__;_svn;rcs;" />
<extensionMap>
<mapping pattern="activate_ion_counter" type="PLAIN_TEXT" />
<mapping pattern="notes" type="PLAIN_TEXT" />
<mapping pattern="LICENSE" type="PLAIN_TEXT" />
<mapping pattern="foo" type="PLAIN_TEXT" />
<mapping pattern="pip_requirements" type="PLAIN_TEXT" />
<mapping pattern="outline" type="PLAIN_TEXT" />
<mapping pattern="api" type="PLAIN_TEXT" />
<mapping pattern="identifier_generator" type="PLAIN_TEXT" />
<mapping pattern="crontab" type="PLAIN_TEXT" />
<mapping pattern="database_migrate" type="PLAIN_TEXT" />
<mapping pattern="input" type="PLAIN_TEXT" />
<mapping ext="plist" type="PLAIN_TEXT" />
<mapping ext="dat" type="PLAIN_TEXT" />
<mapping ext="neu" type="PLAIN_TEXT" />
<mapping ext="nice" type="PLAIN_TEXT" />
<mapping pattern=".readthedocs.ymll" type="YAML" />
</extensionMap>
</component>
</application>