corda/.gitignore

81 lines
1.3 KiB
Plaintext
Raw Normal View History

# Eclipse, ctags, Mac metadata, log files
.classpath
.project
.settings
tags
.DS_Store
*.log
*.orig
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
# General build files
**/build/*
!docs/build/*
2016-03-08 17:31:54 +00:00
lib/dokka.jar
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:
.idea/*.xml
.idea/.name
.idea/copyright
.idea/inspectionProfiles
.idea/libraries
.idea/shelf
.idea/dataSources
!.idea/modules.xml
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
crashlytics-build.properties
2016-07-11 13:00:51 +00:00
# docs related
docs/virtualenv/
/logs/