2016-03-15 17:08:28 +00:00
|
|
|
# Eclipse, ctags, Mac metadata, log files
|
|
|
|
.classpath
|
|
|
|
.project
|
|
|
|
.settings
|
|
|
|
tags
|
|
|
|
.DS_Store
|
|
|
|
*.log
|
|
|
|
|
2015-11-03 12:37:19 +00:00
|
|
|
# Created by .ignore support plugin (hsz.mobi)
|
|
|
|
|
|
|
|
.gradle
|
2015-11-25 13:29:51 +00:00
|
|
|
/build/
|
2016-05-16 16:46:14 +00:00
|
|
|
/node/build/
|
2016-02-16 14:10:51 +00:00
|
|
|
/contracts/build
|
2016-03-22 12:15:47 +00:00
|
|
|
/contracts/isolated/build
|
2016-02-16 14:10:51 +00:00
|
|
|
/core/build
|
2016-06-26 22:31:23 +00:00
|
|
|
/experimental/build
|
2015-11-25 13:29:51 +00:00
|
|
|
/docs/build/doctrees
|
2016-08-30 12:50:02 +00:00
|
|
|
/test-utils/build
|
2016-08-26 13:29:25 +00:00
|
|
|
/client/build
|
2015-11-03 12:37:19 +00:00
|
|
|
|
2016-06-17 09:37:00 +00:00
|
|
|
# gradle's buildSrc build/
|
|
|
|
/buildSrc/build/
|
|
|
|
|
2016-05-25 11:01:54 +00:00
|
|
|
# This exists only in the internal repo
|
|
|
|
/network-explorer/build
|
2016-04-18 17:15:25 +00:00
|
|
|
|
2016-03-08 17:31:54 +00:00
|
|
|
lib/dokka.jar
|
|
|
|
|
2016-02-05 15:50:05 +00:00
|
|
|
buyer
|
|
|
|
seller
|
2016-03-17 12:05:24 +00:00
|
|
|
rate-fix-demo-data
|
2016-04-18 15:27:57 +00:00
|
|
|
nodeA
|
|
|
|
nodeB
|
2016-01-27 13:56:01 +00:00
|
|
|
|
2015-11-03 12:37:19 +00:00
|
|
|
### JetBrains template
|
|
|
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio
|
|
|
|
|
|
|
|
*.iml
|
|
|
|
|
|
|
|
## Directory-based project format:
|
2016-01-12 15:36:58 +00:00
|
|
|
.idea/*.xml
|
|
|
|
.idea/.name
|
|
|
|
.idea/copyright
|
|
|
|
.idea/inspectionProfiles
|
|
|
|
.idea/libraries
|
|
|
|
.idea/shelf
|
|
|
|
|
2016-03-22 14:48:59 +00:00
|
|
|
!.idea/modules.xml
|
2016-01-12 15:36:58 +00:00
|
|
|
|
2015-11-03 12:37:19 +00:00
|
|
|
# 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
|
2016-03-15 17:08:28 +00:00
|
|
|
crashlytics-build.properties
|
2016-07-11 13:00:51 +00:00
|
|
|
|
|
|
|
# docs related
|
|
|
|
docs/virtualenv/
|