2019-06-07 08:14:29 +00:00
|
|
|
# OS stuff
|
|
|
|
###################
|
|
|
|
.DS_Store
|
|
|
|
|
2013-07-02 14:05:33 +00:00
|
|
|
# Intellij
|
|
|
|
###################
|
|
|
|
.idea
|
|
|
|
*.iml
|
2023-09-13 11:09:56 +00:00
|
|
|
!.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/
|
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
|
2024-02-07 09:45:48 +00:00
|
|
|
*.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
|
|
|
|
|
2020-06-10 12:50:45 +00:00
|
|
|
# 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
|
2024-02-19 16:56:18 +00:00
|
|
|
bin
|
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
|
|
|
|
2018-11-16 12:19:34 +00:00
|
|
|
# testsuite #
|
|
|
|
#############
|
|
|
|
*offline-token.txt
|
2020-09-02 13:29:07 +00:00
|
|
|
|
|
|
|
# Quarkus ephemeral data #
|
|
|
|
##########################
|
|
|
|
quarkus/data/*.db
|
2022-05-04 08:45:37 +00:00
|
|
|
|
|
|
|
# Jakarta transformed sources #
|
|
|
|
###############################
|
2022-05-25 00:24:36 +00:00
|
|
|
/.metadata/
|
2022-08-30 14:48:20 +00:00
|
|
|
|
|
|
|
# Git ephemeral files
|
|
|
|
*.versionsBackup
|
2022-12-14 15:12:23 +00:00
|
|
|
|
2024-04-02 14:14:58 +00:00
|
|
|
# frontend-maven-plugin
|
2022-12-14 15:12:23 +00:00
|
|
|
node
|
2023-04-18 06:47:24 +00:00
|
|
|
|
2024-04-02 14:14:58 +00:00
|
|
|
# Wireit
|
|
|
|
.wireit
|
|
|
|
|
|
|
|
# Vite
|
|
|
|
dist
|
|
|
|
|
2024-07-03 13:23:40 +00:00
|
|
|
!/quarkus/dist
|
|
|
|
!/quarkus/**/src/**/dist
|
|
|
|
|
2024-04-02 14:14:58 +00:00
|
|
|
# ESLint
|
|
|
|
.eslintcache
|
|
|
|
|
2023-10-30 11:50:06 +00:00
|
|
|
# NPM
|
|
|
|
node_modules
|
|
|
|
|
2023-04-18 06:47:24 +00:00
|
|
|
# SDKMAM environment file
|
|
|
|
.sdkmanrc
|
2023-12-18 17:49:19 +00:00
|
|
|
|
|
|
|
# JENV
|
2024-07-03 13:23:40 +00:00
|
|
|
.java-version
|
2024-07-16 08:22:00 +00:00
|
|
|
|
|
|
|
.env
|