-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfiletypes.xml
28 lines (28 loc) · 1.61 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
26
27
28
<application>
<component name="FileTypeManager" version="19">
<ignoreFiles list="*$py.class;*.pyc;*.pyo;*.rbc;*.yarb;*~;.DS_Store;.git;.hg;.mypy_cache;.pytest_cache;.ruff_cache;.svn;CVS;__pycache__;_svn;vssver.scc;vssver2.scc" />
<extensionMap>
<mapping pattern=".env-template" type="AUTO_DETECTED" />
<mapping ext="gradle.kts" type="Kotlin" />
<mapping ext="main.kts" type="Kotlin" />
<mapping pattern=".npmrc" type="PLAIN_TEXT" />
<mapping pattern=".env" type="PLAIN_TEXT" />
<mapping ext="pem" type="PLAIN_TEXT" />
<mapping ext="env-example" type="PLAIN_TEXT" />
<mapping ext="sqlite3" type="PLAIN_TEXT" />
<removed_mapping ext="apk" approved="true" type="ARCHIVE" />
<removed_mapping ext="dockerignore" approved="true" type="DockerIgnore file" />
<removed_mapping ext="ignore" approved="true" type="IgnoreLang file" />
<removed_mapping ext="md" approved="true" type="Markdown" />
<removed_mapping ext="pdf" approved="true" type="Native" />
<removed_mapping ext="pro" approved="true" type="DeviceSpecFile" />
<removed_mapping ext="psd" approved="true" type="Image" />
<removed_mapping ext="tps" approved="true" type="XML" />
<removed_mapping ext="txt" approved="true" type="PLAIN_TEXT" />
<removed_mapping pattern=".env" approved="true" type=".env file" />
<removed_mapping pattern=".gitmodules" approved="true" type="Native" />
<removed_mapping pattern="nest-cli.json" approved="true" type="JSON" />
<mapping pattern=".index.tsx.swp" type="TypeScript" />
</extensionMap>
</component>
</application>