1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2024-10-16 09:37:27 +00:00

Fully create the cargo project layout

This commit is contained in:
Steffo 2022-08-07 17:30:39 +02:00
parent 56df5bdd86
commit dfedc23bab
Signed by: steffo
GPG key ID: 6965406171929D01
4 changed files with 3 additions and 0 deletions

View file

@ -5,6 +5,9 @@
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/card-data" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/benches" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/examples" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/tests" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />

0
benches/.gitkeep Normal file
View file

0
examples/.gitkeep Normal file
View file

0
tests/.gitkeep Normal file
View file