From 8b10d40ad526f1fe899eed3fdb13640f4e9a6c85 Mon Sep 17 00:00:00 2001 From: dailer Date: Mon, 6 May 2019 18:05:34 +0800 Subject: [PATCH] Initial commit --- .gitignore | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 3 +++ 2 files changed, 51 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7b249e0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,48 @@ +# ---> JetBrains +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio + +*.iml + +## Directory-based project format: +.idea/ +# 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 + diff --git a/README.md b/README.md new file mode 100644 index 0000000..65fec26 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# bi-demo-save-value + +自动保存BI仪表板的上一次筛选值 \ No newline at end of file