Exclude target directories and .idea

This commit is contained in:
2022-08-04 23:59:37 +02:00
parent ff1c36fc24
commit a8aaf079bf
2 changed files with 8 additions and 2 deletions

6
.idea/rust.iml generated
View File

@@ -78,6 +78,12 @@
<excludeFolder url="file://$MODULE_DIR$/scrabble-score/target" />
<excludeFolder url="file://$MODULE_DIR$/all-your-base/target" />
<excludeFolder url="file://$MODULE_DIR$/parallel-letter-frequency/target" />
<excludeFolder url="file://$MODULE_DIR$/health-statistics/target/debug/build" />
<excludeFolder url="file://$MODULE_DIR$/health-statistics/target/debug/examples" />
<excludeFolder url="file://$MODULE_DIR$/health-statistics/target/tmp" />
<excludeFolder url="file://$MODULE_DIR$/role-playing-game/target/debug/build" />
<excludeFolder url="file://$MODULE_DIR$/role-playing-game/target/debug/examples" />
<excludeFolder url="file://$MODULE_DIR$/role-playing-game/target/tmp" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />