2016-03-15 17:08:28 +00:00
|
|
|
# Eclipse, ctags, Mac metadata, log files
|
|
|
|
.classpath
|
|
|
|
.project
|
|
|
|
.settings
|
|
|
|
tags
|
|
|
|
.DS_Store
|
|
|
|
*.log
|
2016-09-26 12:02:33 +00:00
|
|
|
*.orig
|
2016-03-15 17:08:28 +00:00
|
|
|
|
2015-11-03 12:37:19 +00:00
|
|
|
# Created by .ignore support plugin (hsz.mobi)
|
|
|
|
|
|
|
|
.gradle
|
2015-11-25 13:29:51 +00:00
|
|
|
/docs/build/doctrees
|
2016-09-26 12:02:33 +00:00
|
|
|
|
|
|
|
# General build files
|
|
|
|
**/build/classes/**
|
|
|
|
**/build/install/**
|
|
|
|
**/build/kotlin-classes/**
|
|
|
|
**/build/libs/**
|
|
|
|
**/build/resources/**
|
|
|
|
**/build/tmp/**
|
|
|
|
**/build/reports/**
|
|
|
|
**/build/jacoco/***
|
|
|
|
**/build/test-results/**
|
|
|
|
**/build/[0-9]*/**
|
|
|
|
**/build/nodes/**
|
|
|
|
**/build/scripts/**
|
|
|
|
**/build/publications/**
|
2016-11-03 09:49:53 +00:00
|
|
|
**/build/distributions/**
|
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/
|
2016-09-27 17:25:26 +00:00
|
|
|
/logs/
|