intellij-settings-work/filetypes.xml
2021-03-03 15:37:52 +00:00

18 lines
895 B
XML

<application>
<component name="FileTypeManager" version="18">
<ignoreFiles list="*.orig;*.pyc;*.pyo;*.rbc;*.yarb;*~;.DS_Store;.git;.hg;.svn;CVS;__pycache__;_svn;vssver.scc;vssver2.scc;" />
<extensionMap>
<mapping pattern="_nanorc" type="AUTO_DETECTED" />
<mapping pattern="npm-shrinkwrap" type="AUTO_DETECTED" />
<mapping pattern="wordlist.json" type="JSON" />
<mapping pattern=".eslintrc.json.orig" type="PLAIN_TEXT" />
<mapping ext="bak" type="PLAIN_TEXT" />
<mapping ext="toml" type="PLAIN_TEXT" />
<mapping ext="min" type="PLAIN_TEXT" />
<mapping ext="mysql" type="SQL" />
<mapping pattern=".analysis_options" type="YAML" />
<removed_mapping ext="ignore" approved="true" type="IgnoreLang file" />
<removed_mapping pattern=".env" approved="true" type="PLAIN_TEXT" />
</extensionMap>
</component>
</application>