-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfiletypes.xml
31 lines (31 loc) · 1.67 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
24
25
26
27
28
29
30
31
<application>
<component name="FileTypeManager" version="17">
<ignoreFiles list="*$py.class;*.hprof;*.pyc;*.pyo;*.rbc;*.yarb;*~;.DS_Store;.git;.hg;.svn;CVS;__pycache__;_svn;vssver.scc;vssver2.scc;" />
<extensionMap>
<mapping pattern="*.js.flow" type="Flow" />
<mapping pattern="*.js.flow" type="Flow" />
<mapping ext="tmpl" type="Jinja2" />
<mapping pattern=".env" type="PLAIN_TEXT" />
<mapping pattern="test_procedure" type="PLAIN_TEXT" />
<mapping pattern="test_dict" type="PLAIN_TEXT" />
<mapping ext="tsv" type="PLAIN_TEXT" />
<mapping ext="crx" type="PLAIN_TEXT" />
<mapping ext="mt_format" type="PLAIN_TEXT" />
<mapping ext="jordans-mbp-2" type="PLAIN_TEXT" />
<mapping ext="npy" type="PLAIN_TEXT" />
<mapping ext="pem" type="PLAIN_TEXT" />
<mapping ext="unique_counts" type="PLAIN_TEXT" />
<removed_mapping ext="cmd" approved="true" type="PLAIN_TEXT" />
<removed_mapping ext="log" approved="true" type="PLAIN_TEXT" />
<removed_mapping ext="bat" approved="true" type="PLAIN_TEXT" />
<removed_mapping ext="bashrc" approved="true" type="PLAIN_TEXT" />
<removed_mapping ext="bat" approved="true" type="PLAIN_TEXT" />
<removed_mapping ext="log" approved="true" type="PLAIN_TEXT" />
<removed_mapping ext="dockerfile" approved="true" type="textmate" />
<removed_mapping ext="makefile" approved="true" type="textmate" />
<removed_mapping ext="cmd" approved="true" type="PLAIN_TEXT" />
<removed_mapping ext="snakefile" approved="true" type="textmate" />
<mapping pattern=".gitignore_global" type="Git file" />
</extensionMap>
</component>
</application>