chore: add .idea to gitignore

This commit is contained in:
Torsten Dittmann
2023-09-26 19:50:30 +02:00
parent e3cbf683f9
commit 06d8ec1cfe
2 changed files with 1 additions and 25 deletions

1
.gitignore vendored
View File

@@ -2,6 +2,7 @@
node_modules node_modules
/build /build
/.svelte-kit /.svelte-kit
/.idea
/package /package
.env .env
.env.* .env.*

25
.idea/workspace.xml generated
View File

@@ -1,25 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AutoImportSettings">
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="b9b3f992-a7ab-4f15-8768-3d0a4a05287d" name="Changes" comment="" />
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="ComposerSettings">
<execution />
</component>
<component name="PropertiesComponent"><![CDATA[{
"keyToString": {
"dart.analysis.tool.window.visible": "false",
"node.js.selected.package.tslint": "(autodetect)"
}
}]]></component>
<component name="TaskManager">
<servers />
</component>
</project>