-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfiletypes.xml
21 lines (21 loc) · 1.04 KB
/
filetypes.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<application>
<component name="FileTypeManager" version="18">
<ignoreFiles list="*$py.class;*.pyc;*.pyo;*.rbc;*.yarb;*~;.DS_Store;.eslintcache;.git;.hg;.svn;CVS;__pycache__;_svn;vssver.scc;vssver2.scc" />
<extensionMap>
<mapping pattern=".gitkeep" type="GitIgnore file" />
<mapping pattern="debug" type="JavaScript" />
<mapping pattern=".env-dist" type="PLAIN_TEXT" />
<mapping pattern=".env-example" type="PLAIN_TEXT" />
<mapping pattern="gemfile.lock" type="PLAIN_TEXT" />
<mapping ext="py" type="PLAIN_TEXT" />
<mapping pattern=".keep" type="SQL" />
<mapping pattern=".npmrc.local" type="Shell Script" />
<mapping pattern=".envl.ocal" type="Shell Script" />
<mapping pattern=".env.prod" type="Shell Script" />
<mapping pattern="artisan" type="Shell Script" />
<removed_mapping ext="ignore" approved="true" type="IgnoreLang file" />
<mapping ext="main.kts" type="Kotlin" />
<mapping ext="space.kts" type="Kotlin" />
</extensionMap>
</component>
</application>