keycloak-scim/.gitignore

57 lines
782 B
Text
Raw Normal View History

2013-07-02 14:05:33 +00:00
# Intellij
###################
.idea
*.iml
2013-07-22 14:18:06 +00:00
# Eclipse #
###########
.project
.settings
.classpath
# NetBeans #
############
nbactions.xml
nb-configuration.xml
catalog.xml
nbproject
2013-07-02 14:05:33 +00:00
# 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
2013-07-22 14:18:06 +00:00
# Maven #
#########
target
2013-07-02 14:05:33 +00:00
# Maven shade
#############
*dependency-reduced-pom.xml
# nodejs #
##########
# KEYCLOAK-5391: We will re-exclude node_modules when node_modules handling is worked out.
# For now, we keep our js libraries checked into GitHub, so we don't ignore.
#node_modules