diff --git a/example/.gitignore b/example/.gitignore new file mode 100644 index 0000000..a63b224 --- /dev/null +++ b/example/.gitignore @@ -0,0 +1,55 @@ +.gradle +.DS_Store +build +lib/bld/** +lib/compile/** +lib/runtime/** +lib/standalone/** +lib/test/** +!bld-wrapper.jar +!bld-wrapper.properties + +# IDEA ignores + +# User-specific +.idea/**/workspace.xml +.idea/**/tasks.xml +.idea/**/usage.statistics.xml +.idea/**/dictionaries +.idea/**/shelf + +# AWS User-specific +.idea/**/aws.xml + +# Generated files +.idea/**/contentModel.xml + +# Sensitive or high-churn files +.idea/**/dataSources/ +.idea/**/dataSources.ids +.idea/**/dataSources.local.xml +.idea/**/sqlDataSources.xml +.idea/**/dynamic.xml +.idea/**/uiDesigner.xml +.idea/**/dbnavigator.xml + +# Gradle +.idea/**/gradle.xml + +# Mongo Explorer plugin +.idea/**/mongoSettings.xml + +# mpeltonen/sbt-idea plugin +.idea_modules/ + +# JIRA plugin +atlassian-ide-plugin.xml + +# Cursive Clojure plugin +.idea/replstate.xml + +# SonarLint plugin +.idea/sonarlint/ + +# Editor-based Rest Client +.idea/httpRequests \ No newline at end of file diff --git a/example/.idea/.gitignore b/example/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/example/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/example/.idea/.name b/example/.idea/.name new file mode 100644 index 0000000..84c8d99 --- /dev/null +++ b/example/.idea/.name @@ -0,0 +1 @@ +bld-generated-version-example diff --git a/example/.idea/app.iml b/example/.idea/app.iml new file mode 100644 index 0000000..787b59b --- /dev/null +++ b/example/.idea/app.iml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/example/.idea/bld.iml b/example/.idea/bld.iml new file mode 100644 index 0000000..e63e11e --- /dev/null +++ b/example/.idea/bld.iml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/example/.idea/inspectionProfiles/Project_Default.xml b/example/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..1e01b48 --- /dev/null +++ b/example/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,8 @@ + + + + \ No newline at end of file diff --git a/example/.idea/libraries/bld.xml b/example/.idea/libraries/bld.xml new file mode 100644 index 0000000..7596927 --- /dev/null +++ b/example/.idea/libraries/bld.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/example/.idea/libraries/compile.xml b/example/.idea/libraries/compile.xml new file mode 100644 index 0000000..9bd86aa --- /dev/null +++ b/example/.idea/libraries/compile.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/example/.idea/libraries/runtime.xml b/example/.idea/libraries/runtime.xml new file mode 100644 index 0000000..2ae5c4b --- /dev/null +++ b/example/.idea/libraries/runtime.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/example/.idea/libraries/test.xml b/example/.idea/libraries/test.xml new file mode 100644 index 0000000..b80486a --- /dev/null +++ b/example/.idea/libraries/test.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/example/.idea/misc.xml b/example/.idea/misc.xml new file mode 100644 index 0000000..c958614 --- /dev/null +++ b/example/.idea/misc.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/example/.idea/modules.xml b/example/.idea/modules.xml new file mode 100644 index 0000000..55adcb9 --- /dev/null +++ b/example/.idea/modules.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/example/.idea/runConfigurations/Run Main.xml b/example/.idea/runConfigurations/Run Main.xml new file mode 100644 index 0000000..29c79eb --- /dev/null +++ b/example/.idea/runConfigurations/Run Main.xml @@ -0,0 +1,9 @@ + + + + \ No newline at end of file diff --git a/example/.idea/runConfigurations/Run Tests.xml b/example/.idea/runConfigurations/Run Tests.xml new file mode 100644 index 0000000..16fea3c --- /dev/null +++ b/example/.idea/runConfigurations/Run Tests.xml @@ -0,0 +1,13 @@ + + + +