corda/.gitignore

96 lines
1.5 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
local.properties
# General build files
**/build/*
2016-03-08 17:31:54 +00:00
lib/dokka.jar
**/logs/*
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
/gradle-plugins/.idea/
# Include the -parameters compiler option by default in IntelliJ required for serialization.
!.idea/compiler.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
/gradle-plugins/gradle*
2015-11-03 12:37:19 +00:00
# Mongo Explorer plugin:
# .idea/mongoSettings.xml
## File-based project format:
*.ipr
*.iws
## Plugin-specific files:
# IntelliJ
/out/
/classes/
2015-11-03 12:37:19 +00:00
# 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/
2017-01-28 17:38:54 +00:00
# bft-smart
**/config/currentView
# vim
*.swp
# Files you may find useful to have in your working directory.
PLAN
NOTES
TODO