-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfiletypes.xml
25 lines (25 loc) · 1.33 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
<application>
<component name="FileTypeManager" version="18">
<ignoreFiles list="*.phar;*.pyc;*.pyo;*.rbc;*.yarb;*~;.DS_Store;.git;.hg;.svn;CVS;__pycache__;_svn;vssver.scc;vssver2.scc" />
<extensionMap>
<mapping pattern="docker" type="AUTO_DETECTED" />
<mapping pattern="9AHdCGdxi-omBi+Keipg" type="AUTO_DETECTED" />
<mapping ext="gz" type="Native" />
<mapping pattern=".keep" type="PLAIN_TEXT" />
<mapping pattern=".dockerignore" type="PLAIN_TEXT" />
<mapping pattern=".env" type="PLAIN_TEXT" />
<mapping pattern=".gitkeep" type="PLAIN_TEXT" />
<mapping pattern=".tesults-config.json.swp" type="PLAIN_TEXT" />
<mapping ext="bak" type="PLAIN_TEXT" />
<mapping ext="rdb" type="PLAIN_TEXT" />
<mapping ext="php-dev" type="PLAIN_TEXT" />
<mapping ext="make" type="PLAIN_TEXT" />
<removed_mapping ext="conf" approved="true" type="SmartyConfig" />
<removed_mapping ext="ignore" approved="true" type="IgnoreLang file" />
<removed_mapping ext="vue" approved="true" type="PLAIN_TEXT" />
<removed_mapping pattern=".dockerignore" approved="true" type="Docker File" />
<removed_mapping pattern=".env" approved="true" type=".env file" />
<removed_mapping pattern="App.vue" approved="true" type="Vue.js" />
</extensionMap>
</component>
</application>