mirror of
https://github.com/corda/corda.git
synced 2024-12-19 13:08:04 +00:00
994abb3edb
Project Contracts depends only on core.
67 lines
1.1 KiB
Plaintext
67 lines
1.1 KiB
Plaintext
TODO
|
|
|
|
# Created by .ignore support plugin (hsz.mobi)
|
|
|
|
.gradle
|
|
/build/
|
|
/contracts/build
|
|
/core/build
|
|
/docs/build/doctrees
|
|
|
|
buyer
|
|
seller
|
|
|
|
### 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
|
|
|
|
|
|
# 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 |