forked from OmkarPathak/Python-Programs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfiletypes.xml
More file actions
27 lines (27 loc) · 1.2 KB
/
filetypes.xml
File metadata and controls
27 lines (27 loc) · 1.2 KB
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
<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 ext="tps" type="DBN-PSQL" />
<mapping ext="tpe" type="DBN-PSQL" />
<mapping ext="pks" type="DBN-PSQL" />
<mapping ext="fnc" type="DBN-PSQL" />
<mapping ext="pkg" type="DBN-PSQL" />
<mapping ext="pkb" type="DBN-PSQL" />
<mapping ext="tpb" type="DBN-PSQL" />
<mapping ext="prc" type="DBN-PSQL" />
<mapping ext="trg" type="DBN-PSQL" />
<mapping ext="vw" type="DBN-SQL" />
<mapping ext="sqlite3" type="DBN-SQL" />
<mapping pattern="test_file" type="PLAIN_TEXT" />
<mapping pattern="Scoring Outcomes" type="PLAIN_TEXT" />
<mapping pattern="sbr_structure" type="PLAIN_TEXT" />
<mapping pattern="requirements" type="PLAIN_TEXT" />
<mapping ext="dat" type="PLAIN_TEXT" />
<mapping ext="csv" type="PLAIN_TEXT" />
<mapping ext="db-errs" type="PLAIN_TEXT" />
<mapping ext="cln" type="PLAIN_TEXT" />
<mapping ext="db" type="PLAIN_TEXT" />
</extensionMap>
</component>
</application>