mirror of
https://github.com/corda/corda.git
synced 2025-02-18 16:40:55 +00:00
This moves a lot of the test support code into its own package which is only imported for tests, so it's not shipped as a part of core Corda. The node currently depends on this support code to compile, although future work could try to separate this out. This change highlights that parts of production code is dependent on test elements (i.e. dummy keys), and makes it harder for such accidental crosses to occur later. An integration test category is also added as part of this work, to contribute towards COR-345.
93 lines
1.4 KiB
Plaintext
93 lines
1.4 KiB
Plaintext
# Eclipse, ctags, Mac metadata, log files
|
|
.classpath
|
|
.project
|
|
.settings
|
|
tags
|
|
.DS_Store
|
|
*.log
|
|
|
|
# Created by .ignore support plugin (hsz.mobi)
|
|
|
|
.gradle
|
|
/build/
|
|
/node/build/
|
|
/contracts/build
|
|
/contracts/isolated/build
|
|
/core/build
|
|
/experimental/build
|
|
/docs/build/doctrees
|
|
/test-utils/build
|
|
|
|
# gradle's buildSrc build/
|
|
/buildSrc/build/
|
|
|
|
# This exists only in the internal repo
|
|
/network-explorer/build
|
|
|
|
lib/dokka.jar
|
|
|
|
buyer
|
|
seller
|
|
rate-fix-demo-data
|
|
nodeA
|
|
nodeB
|
|
|
|
### JetBrains template
|
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio
|
|
|
|
*.iml
|
|
|
|
## Directory-based project format:
|
|
.idea/*.xml
|
|
.idea/.name
|
|
.idea/copyright
|
|
.idea/inspectionProfiles
|
|
.idea/libraries
|
|
.idea/shelf
|
|
|
|
!.idea/modules.xml
|
|
|
|
# if you remove the above rule, at least ignore the following:
|
|
|
|
# User-specific stuff:
|
|
# .idea/workspace.xml
|
|
# .idea/tasks.xml
|
|
# .idea/dictionaries
|
|
|
|
# Sensitive or high-churn files:
|
|
# .idea/dataSources.ids
|
|
# .idea/dataSources.xml
|
|
# .idea/sqlDataSources.xml
|
|
# .idea/dynamic.xml
|
|
# .idea/uiDesigner.xml
|
|
|
|
# Gradle:
|
|
# .idea/gradle.xml
|
|
# .idea/libraries
|
|
|
|
# Mongo Explorer plugin:
|
|
# .idea/mongoSettings.xml
|
|
|
|
## File-based project format:
|
|
*.ipr
|
|
*.iws
|
|
|
|
## Plugin-specific files:
|
|
|
|
# IntelliJ
|
|
/out/
|
|
|
|
# mpeltonen/sbt-idea plugin
|
|
.idea_modules/
|
|
|
|
# JIRA plugin
|
|
atlassian-ide-plugin.xml
|
|
|
|
# Crashlytics plugin (for Android Studio and IntelliJ)
|
|
com_crashlytics_export_strings.xml
|
|
crashlytics.properties
|
|
crashlytics-build.properties
|
|
|
|
# docs related
|
|
docs/virtualenv/
|