2019-06-07 08:14:29 +00:00
|
|
|
# OS stuff
|
|
|
|
###################
|
|
|
|
.DS_Store
|
|
|
|
|
2013-07-02 14:05:33 +00:00
|
|
|
# Intellij
|
|
|
|
###################
|
|
|
|
.idea
|
|
|
|
*.iml
|
|
|
|
|
2013-07-22 14:18:06 +00:00
|
|
|
# Eclipse #
|
|
|
|
###########
|
|
|
|
.project
|
|
|
|
.settings
|
|
|
|
.classpath
|
2019-06-07 08:14:29 +00:00
|
|
|
# reverting this as e.g. /distribution/feature-packs/server-feature-pack/src/main/resources/content/bin/
|
2018-09-24 08:49:47 +00:00
|
|
|
# should not be ignored
|
2019-06-07 08:14:29 +00:00
|
|
|
#bin/
|
2018-08-14 15:25:36 +00:00
|
|
|
.factorypath
|
|
|
|
|
2013-07-22 14:18:06 +00:00
|
|
|
|
2014-10-21 08:07:06 +00:00
|
|
|
# NetBeans #
|
|
|
|
############
|
2014-10-01 17:55:39 +00:00
|
|
|
nbactions.xml
|
2014-10-21 08:07:06 +00:00
|
|
|
nb-configuration.xml
|
2014-10-01 17:55:39 +00:00
|
|
|
catalog.xml
|
2016-12-22 21:18:24 +00:00
|
|
|
nbproject
|
2014-10-21 08:07:06 +00:00
|
|
|
|
2019-09-04 21:55:16 +00:00
|
|
|
# VS Code #
|
|
|
|
###########
|
|
|
|
*.code-workspace
|
|
|
|
|
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
|
|
|
|
2016-09-29 08:27:36 +00:00
|
|
|
# Maven shade
|
|
|
|
#############
|
|
|
|
*dependency-reduced-pom.xml
|
2017-07-21 19:12:34 +00:00
|
|
|
|
|
|
|
# nodejs #
|
|
|
|
##########
|
2017-09-05 18:27:19 +00:00
|
|
|
# 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.
|
2018-08-20 15:37:34 +00:00
|
|
|
#node_modules
|
2018-11-16 12:19:34 +00:00
|
|
|
|
|
|
|
# testsuite #
|
|
|
|
#############
|
|
|
|
*offline-token.txt
|