first commit
This commit is contained in:
commit
d7bafd54fa
3 changed files with 77 additions and 0 deletions
20
.gitattributes
vendored
Normal file
20
.gitattributes
vendored
Normal file
|
@ -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
|
47
.gitignore
vendored
Normal file
47
.gitignore
vendored
Normal file
|
@ -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
|
||||||
|
|
10
README.adoc
Executable file
10
README.adoc
Executable file
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue