From d7bafd54fa9aacb5e7dbaeb20982c256eee6966c Mon Sep 17 00:00:00 2001 From: Bill Burke Date: Mon, 18 Apr 2016 11:40:41 -0400 Subject: [PATCH] first commit --- .gitattributes | 20 ++++++++++++++++++++ .gitignore | 47 +++++++++++++++++++++++++++++++++++++++++++++++ README.adoc | 10 ++++++++++ 3 files changed, 77 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100755 README.adoc diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..2b70adf8d8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,20 @@ +* text=auto + +*.html text eol=lf +*.java text eol=lf +*.js text eol=lf +*.json text eol=lf +*.jsp text eol=lf +*.md text eol=lf +*.properties text eol=lf +*.svg text auto +*.xml text eol=lf +*.xsl text eol=lf + +*.png binary +*.jpg binary +*.gif binary +*.ttf binary +*.eot binary +*.otf binary +*.woff binary diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..44612eb8b4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,47 @@ +# Intellij +################### +.idea +*.iml + +# Eclipse # +########### +.project +.settings +.classpath + +# NetBeans # +############ +nbactions.xml +nb-configuration.xml +catalog.xml + +# Compiled source # +################### +*.com +*.class +*.dll +*.exe +*.o +*.so + +# Packages # +############ +# it's better to unpack these files and commit the raw source +# git has its own built in compression methods +*.7z +*.dmg +*.gz +*.iso +*.jar +*.rar +*.tar +*.zip + +# Logs and databases # +###################### +*.log + +# Maven # +######### +target + diff --git a/README.adoc b/README.adoc new file mode 100755 index 0000000000..aa7e76f843 --- /dev/null +++ b/README.adoc @@ -0,0 +1,10 @@ + +Keycloak Client Applications Guide +====================== + +image:images/keycloak_logo.png[alt="Keycloak"] + +*Keycloak* _Documentation_ for {{book.versions.swarm}} + +http://www.keycloak.org +