keycloak/.gitignore

89 lines
1.2 KiB
Plaintext
Raw Normal View History

2019-06-07 03:14:29 -05:00
# OS stuff
###################
.DS_Store
2013-07-02 09:05:33 -05:00
# Intellij
###################
.idea
*.iml
2013-07-22 09:18:06 -05:00
# Eclipse #
###########
.project
.settings
.classpath
2019-06-07 03:14:29 -05:00
# reverting this as e.g. /distribution/feature-packs/server-feature-pack/src/main/resources/content/bin/
# should not be ignored
2019-06-07 03:14:29 -05:00
#bin/
.factorypath
2013-07-22 09:18:06 -05:00
# NetBeans #
############
nbactions.xml
nb-configuration.xml
catalog.xml
nbproject
2019-09-04 16:55:16 -05:00
# VS Code #
###########
*.code-workspace
2013-07-02 09:05:33 -05: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
# Python byte-compiled files #
##############################
*.pyc
2013-07-02 09:05:33 -05:00
# Logs and databases #
######################
*.log
2020-04-30 03:19:57 -05:00
.attach_pid*
2013-07-02 09:05:33 -05:00
2013-07-22 09:18:06 -05:00
# Maven #
#########
target
2013-07-02 09:05:33 -05:00
# Maven shade
#############
*dependency-reduced-pom.xml
# testsuite #
#############
*offline-token.txt
# Quarkus ephemeral data #
##########################
quarkus/data/*.db
# Jakarta transformed sources #
###############################
/integration/admin-client-jakarta/src/
/.metadata/
# Git ephemeral files
*.versionsBackup
# Node.js for frontend-maven-plugin #
node