-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfiletypes.xml
More file actions
18 lines (18 loc) · 957 Bytes
/
filetypes.xml
File metadata and controls
18 lines (18 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<application>
<component name="FileTypeManager" version="18">
<ignoreFiles list="*$py.class;*.pyc;*.pyo;*.rbc;*.yarb;*~;.DS_Store;.git;.hg;.svn;CVS;__pycache__;_svn;vssver.scc;vssver2.scc" />
<extensionMap>
<mapping pattern="runner" type="AUTO_DETECTED" />
<mapping pattern="possible_secrets" type="AUTO_DETECTED" />
<mapping pattern="site_main_script" type="AUTO_DETECTED" />
<mapping pattern=".env.*" type="Env File" />
<mapping ext="env" type="Env File" />
<mapping ext="fastq" type="PLAIN_TEXT" />
<removed_mapping ext="env" approved="true" type=".env file" />
<removed_mapping ext="ignore" approved="true" type="IgnoreLang file" />
<removed_mapping ext="mako" approved="true" type="Python" />
<removed_mapping ext="txt" approved="true" type="PLAIN_TEXT" />
<removed_mapping pattern=".env.*" approved="true" type=".env file" />
</extensionMap>
</component>
</application>