add .idea to gitignore

This commit is contained in:
andres
2023-05-26 22:13:44 +02:00
parent 47be10e445
commit ae0cccd1a3
2 changed files with 11 additions and 1 deletions

8
.gitignore vendored
View File

@@ -33,4 +33,10 @@ build
# env
.env.development
.env.production
.env.production
# editors
.idea
.vscode

4
.idea/cards-front.iml generated
View File

@@ -5,6 +5,10 @@
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
<excludeFolder url="file://$MODULE_DIR$/temp" />
<excludeFolder url="file://$MODULE_DIR$/tmp" />
<excludeFolder url="file://$MODULE_DIR$/.idea/sonarlint/issuestore/5" />
<excludeFolder url="file://$MODULE_DIR$/.idea/sonarlint/issuestore/7" />
<excludeFolder url="file://$MODULE_DIR$/.idea/sonarlint/securityhotspotstore/5" />
<excludeFolder url="file://$MODULE_DIR$/.idea/sonarlint/securityhotspotstore/7" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />