forked from SynetoNet/IntelliJ-Settings
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfiletypes.xml
More file actions
16 lines (16 loc) · 736 Bytes
/
filetypes.xml
File metadata and controls
16 lines (16 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<application>
<component name="FileTypeManager" version="14">
<ignoreFiles list="*.hprof;*.o;*.obj;*.orig;*.pyc;*.pyo;*.rbc;*~;.DS_Store;.bundle;.git;.hg;.svn;.tox;CVS;RCS;SCCS;__pycache__;_svn;rcs;vssver.scc;vssver2.scc;" />
<extensionMap>
<mapping ext="ctp" type="PHP" />
<mapping pattern="series" type="PLAIN_TEXT" />
<mapping pattern="ssh_config" type="PLAIN_TEXT" />
<mapping pattern="Makefile" type="PLAIN_TEXT" />
<mapping ext="mog" type="PLAIN_TEXT" />
<mapping ext="drift" type="PLAIN_TEXT" />
<mapping ext="pkg" type="PLAIN_TEXT" />
<mapping ext="m4" type="PLAIN_TEXT" />
<mapping ext="hook" type="PLAIN_TEXT" />
</extensionMap>
</component>
</application>