keycloak-scim/.gitignore

114 lines
1.3 KiB
Text
Raw Normal View History

2019-06-07 08:14:29 +00:00
# OS stuff
###################
.DS_Store
2013-07-02 14:05:33 +00:00
# Intellij
###################
.idea
*.iml
!.idea/icon.png
2013-07-02 14:05:33 +00:00
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/
# should not be ignored
2019-06-07 08:14:29 +00:00
#bin/
.factorypath
2013-07-22 14:18:06 +00:00
# NetBeans #
############
nbactions.xml
nb-configuration.xml
catalog.xml
nbproject
2019-09-04 21:55:16 +00:00
# VS Code #
###########
*.code-workspace
*.vscode
2019-09-04 21:55:16 +00:00
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
# Python byte-compiled files #
##############################
*.pyc
2013-07-02 14:05:33 +00:00
# Logs and databases #
######################
*.log
2020-04-30 08:19:57 +00:00
.attach_pid*
2013-07-02 14:05:33 +00:00
2013-07-22 14:18:06 +00:00
# Maven #
#########
target
bin
2013-07-02 14:05:33 +00:00
# Maven shade
#############
*dependency-reduced-pom.xml
# testsuite #
#############
*offline-token.txt
# Quarkus ephemeral data #
##########################
quarkus/data/*.db
# Jakarta transformed sources #
###############################
/.metadata/
# Git ephemeral files
*.versionsBackup
# frontend-maven-plugin
node
# Wireit
.wireit
# Vite
dist
!/quarkus/dist
!/quarkus/**/src/**/dist
# ESLint
.eslintcache
# NPM
node_modules
# SDKMAM environment file
.sdkmanrc
# JENV
.java-version
.env