-
Notifications
You must be signed in to change notification settings - Fork 1
/
filetypes.xml
22 lines (22 loc) · 992 Bytes
/
filetypes.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<application>
<component name="FileTypeManager" version="17">
<ignoreFiles list="*.hprof;*.pyc;*.pyo;*.rbc;*~;.DS_Store;.git;.hg;.svn;CVS;RCS;SCCS;__pycache__;_svn;rcs;" />
<extensionMap>
<mapping pattern="dep" type="PLAIN_TEXT" />
<mapping pattern="Gemfile" type="PLAIN_TEXT" />
<mapping pattern="Makefile" type="PLAIN_TEXT" />
<mapping pattern=".gitkeep" type="PLAIN_TEXT" />
<mapping pattern="README" type="PLAIN_TEXT" />
<mapping pattern="Dockerfile" type="PLAIN_TEXT" />
<mapping pattern=".env" type="PLAIN_TEXT" />
<mapping pattern="bar" type="PLAIN_TEXT" />
<mapping pattern="foo" type="PLAIN_TEXT" />
<mapping ext="neon" type="PLAIN_TEXT" />
<mapping ext="dist" type="PLAIN_TEXT" />
<mapping ext="out" type="PLAIN_TEXT" />
<mapping ext="key" type="PLAIN_TEXT" />
<mapping ext="py" type="PLAIN_TEXT" />
<mapping ext="xlf" type="XML" />
</extensionMap>
</component>
</application>