From 2c61bff18f9bb7a1abb41e625aca29a5b0e2c637 Mon Sep 17 00:00:00 2001 From: Abilio Esteves Date: Fri, 20 Sep 2019 11:05:41 -0300 Subject: [PATCH] removed wrong instruction; added jetbrains gitignore --- .gitignore | 23 +++++++++++++++++++++++ README.md | 1 - 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4ec9656 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm +.idea + +# CMake +cmake-build-*/ + +# File-based project format +*.iws + +# 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 +fabric.properties diff --git a/README.md b/README.md index 6fb8f2e..2aa357a 100644 --- a/README.md +++ b/README.md @@ -86,5 +86,4 @@ With this setup you can exercise some scenarios, such as: 3. scaling up level 2 bb-promster; -Since level 3 is the top-level bb-promster, it needs to remains as a sole instance to keep a cohezive metrics state for Big Brother to consume. If you need to eventually scale it up, another level will need to be added so it can work properly with Big Brother.