diff --git a/.gitignore b/.gitignore index ba7883cc9c..f6e29a4216 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ rate-fix-demo-data .idea/libraries .idea/shelf +!.idea/modules.xml # if you remove the above rule, at least ignore the following: diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000000..2c18af92e4 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/settings.gradle b/settings.gradle index 6178f9132b..9b5ad5ced0 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,5 +1,4 @@ rootProject.name = 'r3prototyping' include 'contracts' include 'contracts:isolated' -include 'core' -include 'standalone.test' \ No newline at end of file +include 'core' \ No newline at end of file