For eventual Git mirror
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..f931cf7
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,38 @@
+# Handle line endings automatically for files detected as text

+# and leave all files detected as binary untouched.

+* text=auto

+

+#

+# The above will handle all files NOT found below

+#

+# These files are text and should be normalized (Convert crlf => lf)

+*.css           text

+*.df            text

+*.htm           text

+*.html          text

+*.java          text

+*.js            text

+*.json          text

+*.jsp           text

+*.jspf          text

+*.properties    text

+*.sh            text

+*.svg           text

+*.tld           text

+*.txt           text

+*.xml           text

+

+# These files are binary and should be left untouched

+# (binary is a macro for -text -diff)

+*.class         binary

+*.dll           binary

+*.ear           binary

+*.gif           binary

+*.ico           binary

+*.jar           binary

+*.jpg           binary

+*.jpeg          binary

+*.png           binary

+*.so            binary

+*.war           binary

+*.zip           binary

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..9b38c42
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,411 @@
+# Created by https://www.gitignore.io/api/intellij,java,netbeans,eclipse,maven,gradle,android,visualstudio,tortoisegit,mercurial

+

+### Intellij ###

+# 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

+

+

+### Java ###

+*.class

+

+# Mobile Tools for Java (J2ME)

+.mtj.tmp/

+

+# Package Files #

+*.jar

+*.war

+*.ear

+

+# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml

+hs_err_pid*

+

+

+### NetBeans ###

+nbproject/private/

+build/

+nbbuild/

+dist/

+nbdist/

+nbactions.xml

+nb-configuration.xml

+.nb-gradle/

+

+

+### Eclipse ###

+*.pydevproject

+.metadata

+.gradle

+bin/

+tmp/

+*.tmp

+*.bak

+*.swp

+*~.nib

+local.properties

+.settings/

+.loadpath

+

+# Eclipse Core

+.project

+

+# External tool builders

+.externalToolBuilders/

+

+# Locally stored "Eclipse launch configurations"

+*.launch

+

+# CDT-specific

+.cproject

+

+# JDT-specific (Eclipse Java Development Tools)

+.classpath

+

+# Java annotation processor (APT)

+.factorypath

+

+# PDT-specific

+.buildpath

+

+# sbteclipse plugin

+.target

+

+# TeXlipse plugin

+.texlipse

+

+

+### Maven ###

+target/

+pom.xml.tag

+pom.xml.releaseBackup

+pom.xml.versionsBackup

+pom.xml.next

+release.properties

+dependency-reduced-pom.xml

+buildNumber.properties

+.mvn/timing.properties

+

+

+### Gradle ###

+.gradle

+build/

+

+# Ignore Gradle GUI config

+gradle-app.setting

+

+# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)

+!gradle-wrapper.jar

+

+

+### Android ###

+# Built application files

+*.apk

+*.ap_

+

+# Files for the Dalvik VM

+*.dex

+

+# Java class files

+*.class

+

+# Generated files

+bin/

+gen/

+

+# Gradle files

+.gradle/

+build/

+

+# Local configuration file (sdk path, etc)

+local.properties

+

+# Proguard folder generated by Eclipse

+proguard/

+

+# Log Files

+*.log

+

+# Android Studio Navigation editor temp files

+.navigation/

+

+### Android Patch ###

+gen-external-apklibs

+

+

+### VisualStudio ###

+## Ignore Visual Studio temporary files, build results, and

+## files generated by popular Visual Studio add-ons.

+

+# User-specific files

+*.suo

+*.user

+*.userosscache

+*.sln.docstates

+

+# User-specific files (MonoDevelop/Xamarin Studio)

+*.userprefs

+

+# Build results

+[Dd]ebug/

+[Dd]ebugPublic/

+[Rr]elease/

+[Rr]eleases/

+x64/

+x86/

+build/

+bld/

+[Bb]in/

+[Oo]bj/

+

+# Visual Studio 2015 cache/options directory

+.vs/

+# Uncomment if you have tasks that create the project's static files in wwwroot

+#wwwroot/

+

+# MSTest test Results

+[Tt]est[Rr]esult*/

+[Bb]uild[Ll]og.*

+

+# NUNIT

+*.VisualState.xml

+TestResult.xml

+

+# Build Results of an ATL Project

+[Dd]ebugPS/

+[Rr]eleasePS/

+dlldata.c

+

+# DNX

+project.lock.json

+artifacts/

+

+*_i.c

+*_p.c

+*_i.h

+*.ilk

+*.meta

+*.obj

+*.pch

+*.pdb

+*.pgc

+*.pgd

+*.rsp

+*.sbr

+*.tlb

+*.tli

+*.tlh

+*.tmp

+*.tmp_proj

+*.log

+*.vspscc

+*.vssscc

+.builds

+*.pidb

+*.svclog

+*.scc

+

+# Chutzpah Test files

+_Chutzpah*

+

+# Visual C++ cache files

+ipch/

+*.aps

+*.ncb

+*.opensdf

+*.sdf

+*.cachefile

+

+# Visual Studio profiler

+*.psess

+*.vsp

+*.vspx

+

+# TFS 2012 Local Workspace

+$tf/

+

+# Guidance Automation Toolkit

+*.gpState

+

+# ReSharper is a .NET coding add-in

+_ReSharper*/

+*.[Rr]e[Ss]harper

+*.DotSettings.user

+

+# JustCode is a .NET coding add-in

+.JustCode

+

+# TeamCity is a build add-in

+_TeamCity*

+

+# DotCover is a Code Coverage Tool

+*.dotCover

+

+# NCrunch

+_NCrunch_*

+.*crunch*.local.xml

+nCrunchTemp_*

+

+# MightyMoose

+*.mm.*

+AutoTest.Net/

+

+# Web workbench (sass)

+.sass-cache/

+

+# Installshield output folder

+[Ee]xpress/

+

+# DocProject is a documentation generator add-in

+DocProject/buildhelp/

+DocProject/Help/*.HxT

+DocProject/Help/*.HxC

+DocProject/Help/*.hhc

+DocProject/Help/*.hhk

+DocProject/Help/*.hhp

+DocProject/Help/Html2

+DocProject/Help/html

+

+# Click-Once directory

+publish/

+

+# Publish Web Output

+*.[Pp]ublish.xml

+*.azurePubxml

+# TODO: Comment the next line if you want to checkin your web deploy settings 

+# but database connection strings (with potential passwords) will be unencrypted

+*.pubxml

+*.publishproj

+

+# NuGet Packages

+*.nupkg

+# The packages folder can be ignored because of Package Restore

+**/packages/*

+# except build/, which is used as an MSBuild target.

+!**/packages/build/

+# Uncomment if necessary however generally it will be regenerated when needed

+#!**/packages/repositories.config

+

+# Windows Azure Build Output

+csx/

+*.build.csdef

+

+# Windows Store app package directory

+AppPackages/

+

+# Visual Studio cache files

+# files ending in .cache can be ignored

+*.[Cc]ache

+# but keep track of directories ending in .cache

+!*.[Cc]ache/

+

+# Others

+ClientBin/

+[Ss]tyle[Cc]op.*

+~$*

+*~

+*.dbmdl

+*.dbproj.schemaview

+*.pfx

+*.publishsettings

+node_modules/

+orleans.codegen.cs

+

+# RIA/Silverlight projects

+Generated_Code/

+

+# Backup & report files from converting an old project file

+# to a newer Visual Studio version. Backup files are not needed,

+# because we have git ;-)

+_UpgradeReport_Files/

+Backup*/

+UpgradeLog*.XML

+UpgradeLog*.htm

+

+# SQL Server files

+*.mdf

+*.ldf

+

+# Business Intelligence projects

+*.rdl.data

+*.bim.layout

+*.bim_*.settings

+

+# Microsoft Fakes

+FakesAssemblies/

+

+# Node.js Tools for Visual Studio

+.ntvs_analysis.dat

+

+# Visual Studio 6 build log

+*.plg

+

+# Visual Studio 6 workspace options file

+*.opt

+

+# Visual Studio LightSwitch build output

+**/*.HTMLClient/GeneratedArtifacts

+**/*.DesktopClient/GeneratedArtifacts

+**/*.DesktopClient/ModelManifest.xml

+**/*.Server/GeneratedArtifacts

+**/*.Server/ModelManifest.xml

+_Pvt_Extensions

+

+

+### TortoiseGit ###

+# Project-level settings

+/.tgitconfig

+

+

+### Mercurial ###

+/.hg/*

+*/.hg/*

+.hgignore

+

+quick.bat

+/tomee/tomee-plume-webapp/overlays/

+/tomee/tomee-plus-webapp/overlays/

+/arquillian/arquillian-tomee-remote/temp

+report.txt